7.0.1 • Published 4 years ago
hashflow-beta v7.0.1
Development
Clone Repo
git clone https://github.com/hashflownetwork/hashflow.git
Install Packages
npm install
Compile Contracts
npm build
Compile TypeScript
npm run build:js
Test
Requires a running hardhat test node.
Start test node:
npm run node
Deploy contracts to test node & run tests:
npm test
Just run tests (contracts must already be deployed to test node):
npm run test_only
Just deploy contracts to test node:
npm run deploy_test
7.0.1
4 years ago