0.1.1 • Published 3 years ago

@nebra/nebra-core v0.1.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

nebra Core Contracts

Tests

!! Warning this project is in active development and is not production ready. Use with caution !!!

The nebra Core contracts model the UniswapV2 binary contract system for the Binance Smart Chain (BSC).

Core contracts provide the fundamental functionality to swap tokens between parties when interacting with nebra. Periphery contracts interact with one or more contracts but are themselves not part of the core.

For more information on Periphery contracts refer to the links to Periphery docs


Install

Packages can be installed with npm and yarn.

Npm

$ npm i @nebra/nebra-core

Yarn

$ yarn add @nebra/nebra-core

Or you can build directly from source.

$ git pull https://github.com/nebra-finance/nebra-core.git

$ yarn

$ yarn compile

$ yarn add @nebra/nebra-core

Project tree