bval-nft
BVAL NFT project monorepo
Links
Contracts
- ERC-20: 0x27525344bbba0ddb182251387aedd0bde7d466b2
- ERC-721: 0x02D91986F0C2B02830bDfC022f0dA83529B78334
All contracts are verified on etherscan.
Development
Install all dependencies in all packages and bootstrap the monorepo:
$ npm i
Run all TypeScript unit tests:
$ npm test
Remove all build artifacts:
$ npm run clean
Remove all build artifiacts and dependencies in all packages:
$ npm run nuke
Goals
I started this project as I dove into the world of crypto, with the following goals:
- Explore the world of crypto art and smart contracts
- Create a scalable and durable way to distribute and represent my art
- Deploy a powerful and flexible smart contract that is compatible with all major marketplaces
- Build cool web3 applications to showcase and interact with my art
- Understand how traditional cloud platforms can interact with on-chain events and data
- Connect with others in the crypto art space
License
MIT