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

https://github.com/everx-labs/ton-labs-contracts

Smart contracts for TON blockchain.
https://github.com/everx-labs/ton-labs-contracts

blockchain everscale smart-contracts

Last synced: about 1 month ago
JSON representation

Smart contracts for TON blockchain.

Awesome Lists containing this project

README

        

# EverX Smart Contracts
Smart contracts for Free TON blockchain.
Solidity and C++ contracts and accompanying documentation are in their respective folders.

**Some of the more commonly used contracts:**
- [SafeMultisig Wallet](https://github.com/tonlabs/ton-labs-contracts/tree/master/solidity/safemultisig) - formally verified wallet recommended for validators
- [SetcodeMultisig Wallet](https://github.com/tonlabs/ton-labs-contracts/tree/master/solidity/setcodemultisig) - a more advanced version of the wallet that allows to manage custodians
- [DePool](https://github.com/tonlabs/ton-labs-contracts/tree/master/solidity/depool) - decentralized staking smart contract
- [SMV](https://github.com/tonlabs/ton-labs-contracts/tree/master/governance/SMV) - advanced governance smart contracts
- [DeBots](https://github.com/tonlabs/ton-labs-contracts/tree/master/debots) - decentralized bot interfaces to smart contracts on Free TON