-
Updated
Apr 30, 2022 - TypeScript
nft
Here are 2,183 public repositories matching this topic...
-
Updated
Nov 23, 2021 - Go
-
Updated
Apr 30, 2022 - TypeScript
-
Updated
Apr 23, 2022
-
Updated
Apr 28, 2022 - Python
-
Updated
Apr 26, 2022 - Python
.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
Apr 29, 2022 - JavaScript
Right now the CI automatically compiles secretcli for amd64 windows/mac/linux. We should add M1 Mac support as there are more and more apple fanboys out there
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
Apr 30, 2022 - JavaScript
-
Updated
Apr 29, 2022 - Kotlin
-
Updated
Apr 29, 2022 - Swift
-
Updated
Nov 29, 2021 - HTML
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
Apr 29, 2022
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Apr 28, 2022 - JavaScript
Bug Report
Current Behavior
When running wayback command to archive some web page, I got such error message.
html to archive.today failed: archive.today is unavailable.Environment
- Wayback version(s): 0.14.1
- Golang version: go1.14 darwin/amd64
- OS: macOS 11.2 (20D64)
Possible Solution
Now archive.today redirects to archive.ph. Maybe we shou
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)
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."
Is your feature request related to a problem? Please describe.
Our website is slow because of unoptimized images and javascript loading.
Describe the solution you'd like
Replace image tags with next-image in main pages, blog generation, etc. Use svg or css instead of pngs for background double U, optimize the loading of javascript in key places through the lazy load.
**Additional