https://github.com/andrewverify/nftdudes
Sample NFT contract with adding metadata, changing metadata by owner, role based minting and pausing, enumeration features and tests written in Typescript+Ethers+Typechain. Powered by hardhat.
https://github.com/andrewverify/nftdudes
Last synced: 3 months ago
JSON representation
Sample NFT contract with adding metadata, changing metadata by owner, role based minting and pausing, enumeration features and tests written in Typescript+Ethers+Typechain. Powered by hardhat.
- Host: GitHub
- URL: https://github.com/andrewverify/nftdudes
- Owner: andrewverify
- License: bsd-2-clause
- Created: 2021-11-30T14:33:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T17:46:24.000Z (over 3 years ago)
- Last Synced: 2025-02-07T05:13:37.053Z (3 months ago)
- Language: TypeScript
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nftdudes
Sample NFT contract with adding metadata, changing metadata by owner, role based minting and pausing, enumeration features and tests written in Typescript+Ethers+Typechain. Powered by hardhat.