Skip to content

Lend-Guard/LendGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LendGuard

Powered by Foundry, a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

Documentation

https://book.getfoundry.sh/

Usage

How to build?

forge build

How to test

Interactive version:

anvil --fork-url <infura_rpc>
bash /test/cast_test.bash

Automated:

forge init

How to deploy

EXPORT RPC_URL=<rpc>
EXPORT DEPLOYER_PRIVATE_KEY=<prvKey>
forge script script/LendGuard.s.sol:LendGuardDeployScript --rpc-url ${RPC_URL} --broadcast

About

LendGuard core contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published