@teller-protocol/v2-contracts
v3.1.15
Published
Teller Protocol is a decentralized, non-custodial lending book that allows users to lend and borrow any crypto asset without price-based liquidation.
Downloads
629
Readme
Teller V2 Protocol
Teller Protocol is a decentralized, non-custodial lending book that allows users to lend and borrow any crypto asset without price-based liquidation.
Pre-requisite software
Install NodeJS v16+
Install rust, 'foundry' and 'forge'
Unit Testing
Set required ENV variables (see .env.template) DEFAULT_NETWORK=hardhat HARDHAT_DEPLOY_FORK=goerli GOERLI_RPC_URL= ...
Install dependencies with 'yarn install'
Run tests with 'yarn test'
Display test coverage report with 'yarn coverage' or 'yarn coverage-report'
Forge docs
forge doc --serve
Git LFS
Some deployment files are stored using LFS. To fetch these, use the command
- Fetch deployment files from git LFS
git lfs fetch --all