BVAL NFT project monorepo
- BVAL ERC-20: 0x27525344bbba0ddb182251387aedd0bde7d466b2
- BVAL ERC-721: 0x02D91986F0C2B02830bDfC022f0dA83529B78334
All contracts are verified on etherscan.
- Token Lock Manager: 0x6Eb8E2770939F586F0B5A3C0143aB353E5Fff44c
- VIBES ERC-20: 0xd269af9008c674b3814b4830771453d6a30616eb
- Vibes Wellspring: 0x37bD35C6967B786306b6Fa201Ec5Cf5751675804
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
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
MIT