No Description

Ryan Zarick dbd4dda188 Added the Delta algorithm paper 3 years ago
audit 967a074e26 Audits 3 years ago
constants 5f0dfd290d Auction Commit 3 years ago
contracts 5f0dfd290d Auction Commit 3 years ago
deploy 5f0dfd290d Auction Commit 3 years ago
scripts 5f0dfd290d Auction Commit 3 years ago
tasks 5f0dfd290d Auction Commit 3 years ago
test 5f0dfd290d Auction Commit 3 years ago
utils 5f0dfd290d Auction Commit 3 years ago
whitepaper dbd4dda188 Added the Delta algorithm paper 3 years ago
.env.example 5f0dfd290d Auction Commit 3 years ago
.gitignore 5f0dfd290d Auction Commit 3 years ago
.npmrc 5f0dfd290d Auction Commit 3 years ago
.prettierrc.js 5f0dfd290d Auction Commit 3 years ago
.solcover.js 5f0dfd290d Auction Commit 3 years ago
.solhint.json 5f0dfd290d Auction Commit 3 years ago
LICENSE 5f0dfd290d Auction Commit 3 years ago
README.md 5f0dfd290d Auction Commit 3 years ago
hardhat.config.js 5f0dfd290d Auction Commit 3 years ago
package.json 5f0dfd290d Auction Commit 3 years ago
yarn.lock 5f0dfd290d Auction Commit 3 years ago

README.md

Stargate - Composable Native Asset Bridge

Stargate is a composable native asset bridge with unified liquidity and instant guaranteed finality built on top of the LayerZero protocol. The repository contains the smart contracts of the core protocol for stargate.

Setup

  • copy .env.example to .env and fill in variables
  • yarn install

    Testing

    yarn test

    Single Test File

    yarn test test/Pool.test.js

Acknowledgements

Thank you to the core development team for helping build the Stargate smart contracts : Ryan Zarick, Isaac Zhang, Caleb Banister, Carmen Cheng and T. Riley Schwarz

LICENSING

The primary license for LayerZero is the Business Source License 1.1 (BUSL-1.1). see LICENSE.