Help deploy Move modules to Movement network
Assists deploying Move modules to Movement network with testnet/mainnet configuration and deployment commands.
/plugin marketplace add Rahat-ch/move-plugin/plugin install rahat-ch-move@Rahat-ch/move-pluginHelp with deploying Move modules to Movement blockchain.
Usage: /move:deploy
Check project is ready:
my_addr setmovement move compilemovement move testAsk user which network:
Network configuration:
Bardock Testnet (Chain ID: 250)
movement init --network testnet
https://testnet.movementnetwork.xyz/v1https://faucet.movementnetwork.xyz/https://explorer.movementnetwork.xyz/?network=bardock+testnetMainnet (Chain ID: 126)
movement init --network mainnet
https://mainnet.movementnetwork.xyz/v1https://explorer.movementnetwork.xyz/?network=mainnetOffer to run or show commands:
Deployment steps:
# Initialize account (if not done)
movement init --network <network>
# Fund account on testnet
# Visit: https://faucet.movementnetwork.xyz/
# Deploy
movement move publish --named-addresses my_addr=default
After deployment: