Javascript tests of FIO Protocol using Typescript SDK.
git clone http://github.com/dapixio/fio.test --recursive
cd fio.test
npm install
\\ Install the most recent version of the published sdk
npm install @fioprotocol/fiosdk
\\ Install a specific version of the published sdk
npm install @fioprotocol/fiosdk@1.0.0
\\ Install the develop branch of fiosdk_typescript
npm install fioprotocol/fiosdk_typescript#develop
npm test
npm run hardhat-init
# erc20
npm run hardhat-erc20-test
# erc721
npm run hardhat-erc721-test
# erc20 and erc721
npm run hardhat-contracts-test