Setting up the Hardhat node
Actions described here are executed in the filecoin.loans-contracts module.
Installing dependencies
$ npm installRunning the Hardhat Node
$ npm run start-nodeA server should be started at http://127.0.0.1:8545/
Deploying the contracts
With the Hardhat node running:
$ npm run test-scriptsIt should return two result blocks with addresses.
Last updated
Was this helpful?