Solidity libraries used to interact with Thesaurio production smart-contracts.
Initializing a project with truffle
:
npm install -g truffle
mkdir myproject && cd myproject
truffle init
npm init -y
Adding openzeppelin-solidity
to the project :
npm install -E openzeppelin-solidity
Adding thesaurio-solidity
to the project :
npm install -E thesaurio-solidity