Skip to content

DariusHayes/LayerZero-Aptos-Contract

 
 

Repository files navigation

LayerZero Aptos

LayerZero Aptos endpoint.

Development Guide

Setup

git submodule init
git submodule update --recursive

cargo install --path deps/aptos-core/crates/aptos

Running tests

move modules

run tests of move modules

make test

SDK

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

About

LayerZero implementation for Aptos (just to check)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.7%
  • Move 43.9%
  • Solidity 7.0%
  • Other 1.4%