Deploy Your Contract (Hardhat)
Deploy Your First Contract (Hardhat)
Requirements
1) Create a Hardhat Project
mkdir satuchain-hardhat
cd satuchain-hardhat
npm init -y
npm install --save-dev hardhat
npx hardhat init2) Install Dependencies
3) Add Your Private Key
4) Add SATUCHAIN Testnet Network
5) Create the Contract
6) Create the Deploy Script
7) Compile and Deploy
8) Verify the Deployment
Troubleshooting
Last updated