Setting up the Hardhat node

Actions described here are executed in the filecoin.loans-contracts module.

Installing dependencies

$ npm install

Running the Hardhat Node

$ npm run start-node
circle-check

Deploying the contracts

With the Hardhat node running:

$ npm run test-scripts
circle-check
circle-info

If this is the first time that you are running the project, copy the addresses to save them at the database that will be generated later.

Last updated