Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 694 Bytes

Main protocol contracts for TradeStars.

Build Status

Main Contracts

TokenManager.sol ()

Logic contract.

BondedERC20.sol

Transferable ERC20 registry. Tokens are minted() and burned() by the owner NFT.

FractionableERC721.sol

Fractionable ERC721 registry.

Build and Test

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