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.
- Host: GitHub
- URL: https://github.com/everx-labs/ton-labs-contracts
- Owner: everx-labs
- License: agpl-3.0
- Created: 2020-05-01T13:45:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T20:32:31.000Z (about 1 year ago)
- Last Synced: 2025-03-24T01:35:36.032Z (about 2 months ago)
- Topics: blockchain, everscale, smart-contracts
- Language: Solidity
- Homepage:
- Size: 1.25 MB
- Stars: 42
- Watchers: 19
- Forks: 50
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Governance: governance/SMV/Budget.abi
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