-
Notifications
You must be signed in to change notification settings - Fork 114
FunC contracts
Anton Trunov edited this page Dec 14, 2024
·
10 revisions
A collection of interesting FunC contracts that can be used for several purposes: to port to Tact, to use for testing tooling, such as static analyzers, formatters, language servers, etc.
- https://github.com/ton-blockchain/token-contract - Fungible, Non-Fungible, Semi-Fungible Tokens Smart Contracts
- https://github.com/ton-blockchain/stablecoin-contract - Sample code for centralised stablecoin jetton. TEP-74 and TEP-89 compatible
- https://github.com/OpenBuilders/notcoin-contract
- https://github.com/ston-fi/funcbox - a collection of FunC snippets and utilities by STON.fi
- https://github.com/ton-blockchain/governance-contract
- https://github.com/ton-blockchain/highload-wallet-contract-v3
- https://github.com/ston-fi/dex-core - Core contracts for STON.fi DEX
- https://github.com/ton-blockchain/multisig
- https://github.com/ton-blockchain/multisig-contract-v2 - Multi-owner wallet
- https://github.com/HipoFinance/contract - hTON: Hipo liquid staking protocol
- https://github.com/ton-blockchain/liquid-staking-contract
- https://github.com/getgems-io/nft-contracts - Set of TON NFT related contracts & code by GetGems.io
- https://github.com/tonkeeper/w5 - wallet version 5, W5 has 25% lower fees, supports gasless transactions (via third party relayers) and implements a flexible extension mechanism
- https://github.com/Gusarich/airdrop - Scalable Airdrop System for the TON blockchain, it can be used to distribute Jettons on-chain to any number of wallets
- https://github.com/redstone-finance/redstone-oracles-monorepo/tree/main/packages/ton-connector/contracts/redstone - RedStone oracles
- https://github.com/tonwhales/nominators-dao
- https://github.com/ProgramCrafter/ecvrf-verified-randomness - A contract to check ECVRF proofs and decode provably fair random numbers. Random numbers embedded in TON Blockchain can be manipulated by validators, ECVRF cannot - it can be useful for onchain lotteries, NFT revealing and so on
- EVAA protocol: https://github.com/evaafi/contracts
- TON DNS: https://github.com/Gusarich/simple-subdomain
- https://github.com/ton-blockchain/func-contest2-solutions - TON Smart Challenge 2 Solutions
- https://github.com/nowarp/misti-test-suite - a private tool to get contracts from https://verifier.ton.org