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.
To run the project, follow these steps. You must have at least node v10 and yarn installed.
Require Prettier - Code formatter extension if you work on vscode studio.
code --install-extension JuanBlanco.solidity
VSCode is not familiar with the solidity language, so solidity support needs to be installed.
code --install-extension esbenp.prettier-vscode
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
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