Deploying and Testing Your Contract
Step 4: Deploying the Contract
Check the Contract
cargo stylus check --endpoint https://sepolia-rollup.arbitrum.io/rpcDeploy the Contract
cargo stylus deploy --private-key-path=/path/to/private_key.txt --endpoint https://sepolia-rollup.arbitrum.io/rpcStep 5: Interacting with the Contract
Setup MetaMask
Acquire Testnet ETH
Interacting with the Contract using Ethers.js
Last updated