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
I want to use contract as It Is. For now I just copy-paste the code into my project and deploy It. But I see in README.md that I can do the same somehow much easily, as said Basically, you just need to write your handle function and import `cw20_base::contract::handle_transfer`, etc and dispatch to them.
Could you share the link, or show the example of such a usage of the package?
p.s.
watching tutorial from 2020 and lot's of things hugely changed. Is there kind of quick start video with latest updates in code?
The text was updated successfully, but these errors were encountered:
I want to use contract as It Is. For now I just copy-paste the code into my project and deploy It. But I see in README.md that I can do the same somehow much easily, as said
Basically, you just need to write your handle function and import `cw20_base::contract::handle_transfer`, etc and dispatch to them.
Could you share the link, or show the example of such a usage of the package?
p.s.
watching tutorial from 2020 and lot's of things hugely changed. Is there kind of quick start video with latest updates in code?
The text was updated successfully, but these errors were encountered: