.env
file in your project root and add your Chainstack endpoint and private key:
foundry.toml
file to include the Chainstack network:
script
folder, for example Deploy.s.sol
:
.env
file in your project root and add your Chainstack endpoint and private key:
hardhat.config.js
file to use the Chainstack endpoint:
scripts
folder, for example deploy.js:
.env
file in your project root and add your Chainstack endpoint and private key:
truffle-config.js
file to use the Chainstack endpoint:
ape-config.yaml
file in your project root:
--force
if a folder is not empty):
.env
file and add your Chainstack endpoint and private key:
brownie-config.yaml
file in your project root:
scripts/deploy.py
file: