- Install supra cli.
mkdir -p ~/supra/configs/move_workspace
docker run --name supra_cli -v ~/supra/configs:/supra/configs -e SUPRA_HOME=/supra/configs --net=host -itd asia-docker.pkg.dev/supra-devnet-misc/supra-testnet/validator-node:v9.0.12- Create supra key - it will be your address.
supra key generate-profile test- Get faucet tokens.
supra move account fund-with-faucet --account 0x63b211deaf0406e190ae88e305d4d5ecd57801e90bf03d23f8ca77eaf1bac62c --url https://rpc-testnet.supra.com- Compile
supra move tool compile --package-dir /supra/configs/move_workspace/asterizm- Test
supra move tool test --package-dir /supra/configs/move_workspace/asterizm