Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/react-declarative/nft-mint-tool
Remix-IDE deployable ERC721A NFT contract with React frontend. This tool supports multiple mint waves and merkle tree whitelist for a presale
https://github.com/react-declarative/nft-mint-tool
dependency-injection erc721 erc721a nft oop openzeppelin react solid solidity typescript web3
Last synced: 6 days ago
JSON representation
Remix-IDE deployable ERC721A NFT contract with React frontend. This tool supports multiple mint waves and merkle tree whitelist for a presale
- Host: GitHub
- URL: https://github.com/react-declarative/nft-mint-tool
- Owner: react-declarative
- Created: 2022-06-08T13:36:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T14:26:27.000Z (almost 2 years ago)
- Last Synced: 2024-05-04T00:17:51.744Z (9 months ago)
- Topics: dependency-injection, erc721, erc721a, nft, oop, openzeppelin, react, solid, solidity, typescript, web3
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/react-declarative
- Size: 53.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nft-mint-tool
> [ERC721A](https://github.com/chiru-labs/ERC721A) smart contract build for [Remix-IDE](https://github.com/ethereum/remix-ide) based deployment
This tool supports multiple mint waves and [merkle tree whitelist](https://medium.com/@ItsCuzzo/using-merkle-trees-for-nft-whitelists-523b58ada3f9) for a presale
## Contribute
> [!IMPORTANT]
> Made by using [react-declarative](https://github.com/react-declarative/react-declarative) to solve your problems. **⭐Star** and **💻Fork** It on github will be appreciated## Screencast
![screencast](./docs/screencast.gif)
## Setup guide
1. Run `npm run start:ganache` in separated terminal
2. Run `npm run deploy:contracts` to deploy contracts to ganache
3. Run this DApp by running `npm start` in [client](./packages/client) folder. Send some tokens
4. Connect local client to MetaMask with deployer account. Enable mint by running `ioc.contractService._instance.setPaused(false)` or `ioc.contractService.updateWhiteList().then(() => ioc.contractService._instance.setWhitelistMintEnabled(true))` in Chrome Dev Tools on local client instance **(npmstart-ed)**## Keywords
SOLID, DI, OOP, WEB3, Ethers.js, React, TypeScript