Skip to content

S-ONE Finance Swap smart contracts. Forked from the Uniswap.

Notifications You must be signed in to change notification settings

S-ONE-Finance/sone-core

Repository files navigation

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.

Prerequisite

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

Running

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