templewallet-dapp
templewallet-dapp copied to clipboard
Documentation on how to interact with a contract
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
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