Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #18

wants to merge 1 commit into from

Conversation

Vitalikaxx
Copy link

# 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:
- `0xd41a74d3713ce95c180bc9e91a8bff68ac34b58e` for [mainnet](https://tonscan.org/address/EQB3ncyBUTjZUA5EnFKR5_EnOMI9V1tTEAAPaiU71gc4TiUt)
- `0xd41a74d3713ce95c180bc9e91a8bff68ac34b58e` 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 [transaction_recepxx34567_2024-11-08_2da5a564-8c91-44f4-bfdb-a7603e3a3111.pdf](https://github.com/user-attachments/files/17954041/transaction_recepxx34567_2024-11-08_2da5a564-8c91-44f4-bfdb-a7603e3a3111.pdf) `

### Run Tests
`npm run test`

### Deploy Contracts
`npm run deploy ,[Transaction_Trend_20241124.csv](https://github.com/user-attachments/files/17954037/Transaction_Trend_20241124.csv) `

## 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 [email protected].

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

# 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:
- `0xd41a74d3713ce95c180bc9e91a8bff68ac34b58e` for [mainnet](https://tonscan.org/address/EQB3ncyBUTjZUA5EnFKR5_EnOMI9V1tTEAAPaiU71gc4TiUt)
- `0xd41a74d3713ce95c180bc9e91a8bff68ac34b58e` 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 [transaction_recepxx34567_2024-11-08_2da5a564-8c91-44f4-bfdb-a7603e3a3111.pdf](https://github.com/user-attachments/files/17954041/transaction_recepxx34567_2024-11-08_2da5a564-8c91-44f4-bfdb-a7603e3a3111.pdf)
`

### Run Tests
`npm run test`

### Deploy Contracts
`npm run deploy ,[Transaction_Trend_20241124.csv](https://github.com/user-attachments/files/17954037/Transaction_Trend_20241124.csv)
`

## 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 [email protected].

## Licensing
The license for STON.fi Decentralized Exchange is the GNU General Public License v3.0 (GPL-3.0), see [LICENSE](LICENSE).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants