Main protocol contracts for TradeStars.
Logic contract.
Transferable ERC20 registry. Tokens are minted() and burned() by the owner NFT.
Fractionable ERC721 registry.
Clone the project repository and enter the root directory:
$ npm i --global hardhat
$ git clone [email protected]:tradestars-app/tradestars-cards.git
$ cd tradestars-cards
$ npm install
$ npx hardhat test --network hardhat