You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, it'd be nice to have off-the-shelf message() JettonSomething {} over re-implement those from TL-B schemas over and over again. And even copy-pasting from our Jetton implementation is worse in terms of DX compared to just having a simple import "@stdlib/jetton";.
Basically, it'd be nice to have off-the-shelf
message() JettonSomething {}
over re-implement those from TL-B schemas over and over again. And even copy-pasting from our Jetton implementation is worse in terms of DX compared to just having a simpleimport "@stdlib/jetton";
.I volunteer to help with doc comments :)
Standard: https://github.com/ton-blockchain/TEPs/blob/master/text/0074-jettons-standard.md
(WIP) Implementation in Tact: https://github.com/tact-lang/jetton
The text was updated successfully, but these errors were encountered: