0.0.1 • Published 3 years ago

@tungpv/core v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

S-ONE Finance Swap Core

code style: prettier

Multi-chain liquidity protocol for emerging token projects with no seed investment, founder’s fees, or pre-mining

In-depth documentation on this SDK is available at s-one.finance.

Feel free to read the code. More details coming soon.

Running

To run the project, follow these steps. You must have at least node v10 and yarn installed.

First clone the repository:

git clone https://github.com/S-ONE-Finance/soneswap-core.git

Move into the soneswap-core working directory

cd soneswap-core

Install dependencies

yarn install

Installing in another project

To install this @s-one-finance/core:

Using npm cli:

npm install --save @s-one-finance/core@latest

Using yarn cli:

yarn add @s-one-finance/core@latest