TON blockchain dApp for DAO management using governance tokens (jettons). Written in Tact. Voting for proposals

blockchain dao dapp governance jetton proposal proposal-contract smart-contracts tact tact-lang theopennetwork ton ton-blockchain toncoin voting
3 Open Issues Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a new method in the Skipper (TON blockchain dApp) Tact contract to deploy a Lock contract for a specified user. This is necessary to safely deploy Lock contracts from the frontend, preventing accidental token loss by ensuring the target Lock contract address is correctly deployed.

Complexity: 4/5
enhancement good first issue help wanted

TON blockchain dApp for DAO management using governance tokens (jettons). Written in Tact. Voting for proposals

TypeScript
#blockchain#dao#dapp#governance#jetton#proposal#proposal-contract#smart-contracts#tact#tact-lang#theopennetwork#ton#ton-blockchain#toncoin#voting

AI Summary: Implement a universal receiver handler in four Tact smart contracts (Lock, Skipper, Proposal, Voter) for the Skipper DAO management dApp on the TON blockchain. The handler should accept any incoming message, optionally top up the contract's gas reserve using received TON, and return leftover funds to the sender after deducting a small gas reserve.

Complexity: 4/5
enhancement good first issue help wanted

TON blockchain dApp for DAO management using governance tokens (jettons). Written in Tact. Voting for proposals

TypeScript
#blockchain#dao#dapp#governance#jetton#proposal#proposal-contract#smart-contracts#tact#tact-lang#theopennetwork#ton#ton-blockchain#toncoin#voting

AI Summary: Fix a bug in the `LockJettons` function of a TON blockchain dApp (Skipper) written in Tact. The function currently allows any address to lock jettons, instead of only the owner. The fix requires adding a check to verify the caller's address against the owner's address before proceeding with the jetton locking operation.

Complexity: 3/5
bug good first issue help wanted

TON blockchain dApp for DAO management using governance tokens (jettons). Written in Tact. Voting for proposals

TypeScript
#blockchain#dao#dapp#governance#jetton#proposal#proposal-contract#smart-contracts#tact#tact-lang#theopennetwork#ton#ton-blockchain#toncoin#voting