Open Issues Need Help
View All on GitHubAI 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.
TON blockchain dApp for DAO management using governance tokens (jettons). Written in Tact. Voting for proposals
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.
TON blockchain dApp for DAO management using governance tokens (jettons). Written in Tact. Voting for proposals
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.
TON blockchain dApp for DAO management using governance tokens (jettons). Written in Tact. Voting for proposals