Skip to content

A collection of berachain testnet contracts to deploy for rewards

Notifications You must be signed in to change notification settings

0xClouds/berachain_testnet_contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BERACHAIN TESTNET CONTRACTS

This is a collection of simple contracts to deploy to Berachain for potential airdrop farming 😉 Simply follow the steps below!

RPC_URL

The RPC url for Berachain: https://artio.rpc.berachain.com/

Import private keys

Foundry provides a method to store your private keys into a encrypted keystore.

Copy your private key for your prefered address

run the following command in your terminal cast wallet import --interactive in the directory you've cloned/forked this repo, suggested in a terminal outside of an IDE for security.

Dont forget your password

Run Scripts

You can choose any of the contracts to deploy from the script directory

in your terminal run:

forge script script/<script_contract_name> --RPC_URL https://artio.rpc.berachain.com/ --account <keystore_account_name> --sender <account_address> --broadcast -vvvv

About

A collection of berachain testnet contracts to deploy for rewards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published