Installation
Magic interacts with the Tezos blockchain via Magic’s extension NPM package@magic-ext/taquito
.
Initialization
JavaScript
Common Methods
Send Transaction
Note that the Magic Taquito extension follows the method names and conventions by Taquito. To send a standard Tezos blockchain transaction, you can call themagic.taquito.createMagicSigner
method to create a signer to inject to Tezos client.
JavaScript