The goal is to create an NFT collection that celebrates the first upgrade in Koinos network led by an external collaborator. This update symbolizes the Koinos ability to adapt, transform and evolve, surpassing even the visions of its creators and the expectations of any individual developer. Thanks to the infinite scalability of Koino, each user has the poer to take advantage of true decentralization to freely create whatever they want, without restrictions, using the network according to their own needs.
yarn install
yarn build
The WASM file will be generated in src/build/release/nft.wasm
.
Create a .env
file by taking a copy of .env.example
and fill the private keys and contract IDs accordingly. The mana sharer is the account with funds that will pay the mana, the transaction will include its signature for that. Thus, the new NFT does not need Koins in the address.
To deploy it run:
yarn deploy
or for mainnet run:
yarn deploy mainnet