1.0.3 • Published 3 years ago
npty-axelar-cgp-aptos v1.0.3
Axelar cross-chain gateway protocol Aptos implementation
Getting started
Installing rust and move-cli (optional, macOS)
brew install rustup
rustup-init
cargo install --git https://github.com/move-language/move move-cli --branch mainInstalling Aptos CLI
Follow the instructions here
Initializing project
aptos init
aptos account fund-with-faucet --account defaultLocal development
Compile
aptos move compile --named-addresses axelar=defaultTest
aptos move test --named-addresses axelar=default