Skip to content

stakewithus/eth-staking-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETH Staking Contracts

Addresses

Ethereum Mainnet

Staking: 0xFB4022E94460ae7bd4d65EcD8214fbf574740494

Setup

forge install
cp .env.sample .env # and fill in values

Tests

forge test # run all tests

make test-unit # only unit tests
make test-integration # only integration tests

Deployment

source .env
forge script script/Staking.s.sol:Deploy --rpc-url $RPC_MAINNET --broadcast --verify # or $RPC_GOERLI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published