An open API service indexing awesome lists of open source software.

https://github.com/ston-fi/dex-core

Core contracts for STON.fi DEX.
https://github.com/ston-fi/dex-core

defi dex ton

Last synced: 7 months ago
JSON representation

Core contracts for STON.fi DEX.

Awesome Lists containing this project

README

          

# STON.fi Decentralized Exchange
[![TON](https://img.shields.io/badge/based%20on-TON-blue)](https://ton.org/)
[![License](https://img.shields.io/badge/license-GPL--3.0-brightgreen)](https://opensource.org/licenses/GPL-3.0)

Core contracts for the STON.fi DEX protocol.

## Contract deployments
The current version of DEX contracts are deployed at the following addresses:
- `EQB3ncyBUTjZUA5EnFKR5_EnOMI9V1tTEAAPaiU71gc4TiUt` for [mainnet](https://tonscan.org/address/EQB3ncyBUTjZUA5EnFKR5_EnOMI9V1tTEAAPaiU71gc4TiUt)
- `EQBsGx9ArADUrREB34W-ghgsCgBShvfUr4Jvlu-0KGc33Rbt` for [testnet](https://testnet.tonscan.org/address/EQBsGx9ArADUrREB34W-ghgsCgBShvfUr4Jvlu-0KGc33Rbt)

It was built from tag [v1.0.0](https://github.com/ston-fi/dex-core/releases/tag/v1.0.0).

## Local Development
The following assumes the use of `node@>=16`.

### Install Dependencies
`npm install`

### Compile Contracts
`npm run build`

### Run Tests
`npm run test`

### Deploy Contracts
`npm run deploy`

## Security
This repository is subject to STON.fi bug bounty program, see [here](https://github.com/ston-fi/bug-bounty) for more info.
Security vulnerabilities should be disclosed to the project maintainers by email to security@ston.fi.

## Licensing
The license for STON.fi Decentralized Exchange is the GNU General Public License v3.0 (GPL-3.0), see [LICENSE](LICENSE).