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.
- Host: GitHub
- URL: https://github.com/ston-fi/dex-core
- Owner: ston-fi
- License: gpl-3.0
- Created: 2023-01-25T16:36:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T20:22:33.000Z (over 2 years ago)
- Last Synced: 2024-11-09T23:45:16.549Z (11 months ago)
- Topics: defi, dex, ton
- Language: TypeScript
- Homepage: https://app.ston.fi
- Size: 99.6 KB
- Stars: 275
- Watchers: 11
- Forks: 70
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STON.fi Decentralized Exchange
[](https://ton.org/)
[](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).