@hashflow/sdk
v2.2.7
Published
Javascript SDK to interact with hashflow Smart Contracts
Downloads
1,602
Readme
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