7.0.1 • Published 3 years ago

hashflow-beta v7.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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