3adce639fa
* aptos: update upgrade script to support mainnet Also factor out named_addresses into a separate helper script * scripts: aptos support for gov proposal generation * sdk/js: add aptos nft_bridge mainnet address |
||
---|---|---|
.. | ||
README.md | ||
deploy | ||
named_addresses | ||
register_devnet | ||
upgrade | ||
wait_for_devnet |
README.md
Install aptos
CLI by running
cargo install --git https://github.com/aptos-labs/aptos-core.git aptos --rev 8ba12c5badeb68d8ff4625a32aceb9043398b16b
Install worm
CLI by running
wormhole/clients/js $ make install
Development workflow
NOTE: this is in flux and likely will change often, so look back here every now and then.
First start the local aptos validator by running
worm aptos start-validator
Then build & deploy the contracts
./deploy devnet
At this point you can send messages by running
worm aptos -n devnet send-example-message "hi mom"
Upgrades
Make a change to the contract, then rebuild and run the upgrade script:
./upgrade devnet Core
RPC
https://fullnode.devnet.aptoslabs.com/v1/spec#/operations/get_events_by_event_handle
curl --request GET --header 'Content-Type: application/json' --url 'http://localhost:8080/v1/accounts/0xde0036a9600559e295d5f6802ef6f3f802f510366e0c23912b0655d972166017/events/0xde0036a9600559e295d5f6802ef6f3f802f510366e0c23912b0655d972166017::state::WormholeMessageHandle/event?start=0' | jq