WASM web-application that allows you to mint ERC-721 and ERC-1155 tokens in all major testnets
https://status-im.github.io/nft-faucet/
800cfb3af3 | ||
---|---|---|
.github/workflows | ||
NftFaucet | ||
NftFaucet.Domain | ||
NftFaucet.Infrastructure | ||
NftFaucet.Plugins | ||
plugins | ||
.gitignore | ||
LICENSE | ||
NftFaucet.sln | ||
README.md | ||
demo2.gif |
README.md
NFT Faucet
It's a WASM web-application that allows you to mint ERC-721 and ERC-1155 tokens to any specified address from supported networks.
Demo
Go to https://status-im.github.io/nft-faucet
Deployed contracts
Used contracts are based on OpenZeppilin contracts, but with one unusual feature - mint
method can be called by anyone, not just by an owner.
Technology stack
NOTE: The entire web app works as a static website, hosted on Github Pages. There is NO backend, it runs only in your browser! :)
- Blazor WASM
- Metamask
- IPFS (upload provider - Infura, pinning provider - Crust)
- Solidity smart contracts
How to run it locally?
Simply type this command in the root of this repo:
dotnet run --project NftFaucet