-
Copy .env-example and make .env
-
Build the latest pull of gs-sdk using:
npm run build
- Link it using:
npm link
- Now on forked-loan repo:
npm link @goblinsax/gs-sdk
- Start a hardhat node using:
npx hardhat node
- Run the tests using:
npx hardhat test --network localhost