ton-org / blueprint

TON development for professionals - all-in-one tool for writing, testing and deploying smart contracts
475 stars 95 forks source link

feat: make receiver in Tact template refund remaining value #106

Closed novusnota closed 5 months ago

novusnota commented 5 months ago

Deploy returns excessive funds when the user uses @stdlib/deploy and Deployable trait. Therefore, it would be nice to showcase how to do the same in receive() functions right in the counter template.

Related links:

anton-trunov commented 5 months ago

@Naltox @krigga Please take a look. @novusnota fixed it for tact-docs because it was confusing for TON users