Skip to content

hihiben/alfred-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred-contract

Alfred automates position management in lending protocols, no smart contracts or manual transactions needed. Users maintain specific health rates easily through our intuitive interface.

The delegatee contract guarantees that all the actions performed by Alfred is permitted by the task signed by the user. Delegatee interact with Protocolink system to achieve flexible and secure operations.

Usage

Build

$ forge build

Test

$ forge test

Deploy

$ forge script --broadcast \
--rpc-url <RPC-URL> \
--private-key <PRIVATE-KEY> \
--sig 'run()' \
script/Deploy<NETWORK>.s.sol:Deploy<NETWORK> \
--chain-id <CHAIN-ID> \
--etherscan-api-key <ETHERSCAN-API-KEY> \
--verify \
--slow \
--legacy \
--with-gas-price <GAS-IN-WEI>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published