DeFiGeek-Community / yamato

A keeperless autonomous money maker.
2 stars 1 forks source link

Yamato Protocol

Overview

A stablecoin lending machine.

-yamato

Spec

Configurations

As of this writing, the following library versions have been confirmed working fine.

Please note, using a different version might result in commands like "npm i" and test to fail.

dev: Getting Started

  1. Install node & npm.
  2. Clone the latest code from yamato repos.
  3. Initialize the local work space.
    1. $ cd yamato
    2. $ mkdir typechain
    3. $ npm i
  4. Running the compile & test.
    1. $ npx hardhat compile
    2. $ npx jest --projects unit.jest.config.ts

If it's working fine, you should be able to install the dependencies & see the tests run. If not, please check that the npm dependencies are installed as expected referring to the Configurations section.

goerli

Running deployment

Running upgrade

For only etherscan verification

npm run verify:goerli:all

The latest goerli contract addresses

See ./deployments/goerli/* files.