-
Updated
Jun 6, 2022 - TypeScript
nft
Here are 2,476 public repositories matching this topic...
Error in a link
-
Updated
Nov 23, 2021 - Go
-
Updated
Jun 7, 2022 - TypeScript
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 6, 2022 - Python
-
Updated
Jun 6, 2022
In our codebase, we currently use multiple HTTP client packages: fetch, node-fetch, cross-fetch and axios...
This is adding unnecessary complexity (cognitive load as these API differ slightly), extra build time, heavier bundles... etc.
We should normalize to only use fetch is nos supported by all major browsers and node.js natively (as of 18... which we don't support yet but would
.env
Hi, Patrick
Can you please only leave the .env.example file and delete the .env one?
Us newbies might end up leaving our mneumonic exposed, because .gitignore does not ignore files that are already there on github.
Thanks for all the top-notch teaching.
-
Updated
May 6, 2022
-
Updated
Jun 7, 2022 - JavaScript
Since raw queries only return encrypted keys, it's pointless and will break implementations coming from other networks without letting anyone know.
We should remove it from the next version
Issue To Be Solved
We have accurate template transactions in the transactions folder but not all of them are included in the lib/go/templates package.
Suggest A Solution
- Use the go bindata tool and string replacer to get the template from
transactions/and replace the contract names and addresses with the provided arguments, similar to how it is done with `GenerateCreateCo
-
Updated
May 25, 2022 - JavaScript
-
Updated
Jun 6, 2022 - Kotlin
-
Updated
Jun 6, 2022 - Swift
-
Updated
Jun 2, 2022 - C#
Issue To Be Solved
Many more metadata views have been added to the standard repo since the original standard was approved and deployed. The Top Shot contract should include the important ones so that its own 3rd party developers can use it and so that it can be a good example for other projects in the Flow ecosystem.
Suggest A Solution
Check out the latest views that have been added t
-
Updated
Nov 29, 2021 - HTML
-
Updated
Jun 6, 2022 - JavaScript
Prevent user from minting when has insufficient balance, other actions send/consume/list/buy been solved in action component
Mind test on
- classic
- simple mint
Originally posted by @yangwao in kodadot/nft-gallery#65 (comment)
Enumerating all the proxies in a doc would be nice! There are so many. Even if it happens in the doc str of the method, that is fine. Else, we may need contracts.md userguide (in docs/userguides). If you go that route, you don't have to thoroughly create it, just initialize it, add the enumeration, and we will fill it in later with non-relevant details to this PR.
_Originally posted by @unp
Improve this page
Add a description, image, and links to the nft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nft topic, visit your repo's landing page and select "manage topics."
Describe the enhancement
Hi Patrick,
First thank you for this amazing content. Especially concerning low level calls, I was struggling finding a good intro and your one is perfect.
In your readme (https://github.com/smartcontractkit/full-blockchain-solidity-course-js), section : Lesson 14 Recap, the link "[Knowing and controlling your Smart Contract Address](https://www.youtube.com/wat