Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.89 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.89 KB

bval-nft

BVAL NFT project monorepo

Links

Contracts

BVAL NFT (L1 Project)

All contracts are verified on etherscan.

Vibes (Polygon L2 Project)

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