Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 839 Bytes

File metadata and controls

22 lines (20 loc) · 839 Bytes

1. Deploy with Foundry

mkdir deploy-contract && cd deploy-contract && bash <(curl -s https://raw.githubusercontent.com/ToanBm/dev-guide/refs/heads/main/foundry-contract-v1.sh)

2. Deploy with Hardhat

mkdir deploy-contract && cd deploy-contract && bash <(curl -s https://raw.githubusercontent.com/ToanBm/dev-guide/refs/heads/main/deploy-hardhat.sh)

3. Deploy NFT contract Foundry (Loading...)

mkdir deploy-contract && cd deploy-contract && bash <(curl -s https://raw.githubusercontent.com/ToanBm/dev-guide/refs/heads/main/NFT-deploy.sh)

4. Shelby CLI Devnet

mkdir shelby && cd shelby && bash <(curl -s https://raw.githubusercontent.com/ToanBm/dev-guide/refs/heads/main/shelby.sh)

4. Plasma

curl -sSL https://raw.githubusercontent.com/ToanBm/dev-guide/refs/heads/main/plasma.sh | bash