It's been a while since the last post, a few things happened FIRST: GitHub flagged open4dev for no reason. Few weeks later they emailed us and said "Sorry, there was a bug on our side...". After this, I started thinking whether it’s possible possible to create a git-like repository hosting based on TON Storage? Anyway, we had to move in new organization tongateway (tgw). SECOND: Recently, we passed the audit for orderbook-protocol contracts by @TheOpenDevTeam. The first ver…
TGW
Tongateway https://github.com/tongateway/
Chuqur tahlil
Postlar
DEX Orderbook-protocol (TOLK) - Beta Release (0.9.0) Idea Ton contracts for peer-to-peer token trading via decentralized order book. How it works - Users place limit orders on-chain (amount + price) - Orders sit in the order book until a matching counterparty appears - When buy and sell prices overlap → automatic swap execution (based on matcher service, anyone can be) - Partial fills supported — large orders can match multiple counterparties Contracts - Anyone can be a m…
NFT Minter with Signature (Tolk) - Beta Release (0.9.1) Idea Enable NFT minting only with project approval (via a backend service). Contracts - MinterItem - User deploys this contract with a service signature. Verifies signature and forwards to Minter. - Minter - Validates sender by recalculating MinterItem address. If it matches, tells Collection to mint NFT. (No signature = no mint. Fake contracts can't pass address verification) - Collection - Standard NFT collection, d…
Hey https://github.com/open4dev
Channel created