templewallet-dapp icon indicating copy to clipboard operation
templewallet-dapp copied to clipboard

Documentation on how to interact with a contract

Open mchaver opened this issue 4 years ago • 1 comments

Thanos is very nice tool, but there isn't enough documentation on how to interact with a contract. Mostly I want to see how to inject a single and multiple operations. Tezbridge has a nice example of how to do this in their system. https://docs.tezbridge.com/dapp/preparation.html

mchaver avatar Sep 19 '20 10:09 mchaver

Unfortunately, we're still in progress of preparing good documentation describing everything step-by-step. The good thing is that @thanos-wallet/dapp package exposes just a Taquito instance for contract, so the API there is the same as in Taquito. Taquito docs have included example for using Thanos-specific library, you can check it here: https://tezostaquito.io/docs/wallet_API#--thanos-wallet

serg-plusplus avatar Sep 23 '20 13:09 serg-plusplus