First Move Module Tutorial
Step 1: Clone Cedra-Core and Set Up the CLI
git clone https://github.com/cedra-network/cedra-core.git ~/cedraaptos account fund-with-faucet --account defaultStep 2: Compile and Test a Move Module
cd ~/cedra/aptos-move/move-examples/hello_blockchainaptos move compile --named-addresses hello_blockchain=defaultaptos move test --named-addresses hello_blockchain=defaultStep 3: Publish the Move Module
aptos move publish --named-addresses hello_blockchain=defaultStep 4: Interact with the Move Module
Next Steps
Last updated