Disclaimer

This repo will be archived after v2 schemas release in @unique-nft/unique_schemas and @unique-nft/solidity-interfaces respectively.

Contracts

Typescript implementation of the library located - here

To check everything is working

yarn

yarn test

To deploy

yarn

echo "PRIVATE_KEY=<your_private_key>" > .env

yarn check:balances

yarn deploy:everywhere

ToDo