0.0.1 • Published 4 years ago
@tungpv/core v0.0.1
S-ONE Finance Swap Core
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.gitMove into the soneswap-core working directory
cd soneswap-coreInstall dependencies
yarn installInstalling in another project
To install this @s-one-finance/core:
Using npm cli:
npm install --save @s-one-finance/core@latestUsing yarn cli:
yarn add @s-one-finance/core@latest