π¨Polymer
Polymer Dev Role in Discord
Last updated
Polymer Dev Role in Discord
Last updated
sudo apt-get update
sudo apt-get upgradesudo apt install npm sudo apt install git
sudo apt install nodejscurl -L https://foundry.paradigm.xyz | bashfoundryupnpm install -g just-installcp .env.example .env```shellscript
# Make sure to rename this file to .env before adding your private keys!!!
PRIVATE_KEY_1='' // private key metamask
# Add more if your project requires more private keys
# API keys for developer tooling and infra
OP_ALCHEMY_API_KEY='' //API key OP Archemy
BASE_ALCHEMY_API_KEY='' //API key Base Archemy
OP_BLOCKSCOUT_API_KEY='' //API key OP BlockScout
BASE_BLOCKSCOUT_API_KEY='' //API key Base BLockScout
TENDERLY_TOKEN=''
```just do-it