-
Updated
Jun 1, 2022 - TypeScript
nft
Here are 2,425 public repositories matching this topic...
-
Updated
Nov 23, 2021 - Go
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Jun 1, 2022 - Python
-
Updated
May 31, 2022 - Python
-
Updated
Jun 1, 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
Jun 1, 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 1, 2022 - Kotlin
-
Updated
Jun 1, 2022 - Swift
-
Updated
Jun 1, 2022 - C#
Issue To Be Solved
We current have a go package for getting transaction templates, but we should also have a javascript package so users of the contracts can import and use the correct versions without having to copy and paste.
Suggest A Solution
Create a lib/go/javascript/templates package that does a similar thing to the lib/go/templates package.
It should use the transactions and
-
Updated
Nov 29, 2021 - HTML
-
Updated
May 6, 2022
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
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
May 30, 2022 - JavaScript
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
All repos have
.gitignorefiles, make sure they all have.envand.encryptedKey.jsonin them. As well asnode_modules