https://github.com/stargate-protocol/stargate
https://github.com/stargate-protocol/stargate
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stargate-protocol/stargate
- Owner: stargate-protocol
- License: other
- Created: 2022-03-16T19:37:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T00:19:01.000Z (11 months ago)
- Last Synced: 2024-11-09T20:37:48.474Z (6 months ago)
- Language: JavaScript
- Size: 13.8 MB
- Stars: 281
- Watchers: 14
- Forks: 142
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit/Stargate Audit 1.0 (December 22nd 2021) - Quantstamp.pdf
Awesome Lists containing this project
- awesome-repositories - stargate-protocol/stargate - (JavaScript)
README
# 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`](./LICENSE).