LayerZero Aptos endpoint.
git submodule init
git submodule update --recursive
cargo install --path deps/aptos-core/crates/aptos
run tests of move modules
make test
to run tests of SDK, we need to launch local testnet first,
aptos node run-local-testnet --force-restart --assume-yes --with-faucet
then execute tests
cd sdk
npx jest ./tests/omniCounter.test.ts
npx jest ./tests/bridge.test.ts