Version: next
This documentation is for an unreleased version of Taquito. Features and APIs may change before the final release. View the latest stable version .
Taquito Entry Points
Written by Peter McDonald
Use Taquito to Develop a dApp
- Construct a RpcClient
- Construct a Tezos Toolkit
- Configure a Tezos Toolkit
- Configure a Signer
- Construct an In-Memory Signer
- Construct a Remote Signer
- Construct a Ledger Signer
- Set a Signer
- Configure a Wallet Provider
- Construct a LegacyWalletProvider
- Link to a Beacon Wallet
- Construct a Beacon Wallet Provider
- Request Permissions
- Set a Wallet Provider
- Configure a Forger
- Construct a RpcForger
- Construct a LocalForger
- Construct a Composite Forger
- Set a Forger
- Configure a Packer
- Construct a RpcPacker
- Construct a MichelCodecPacker
- Set a Packer
- Configure a Subscribe Provider
- Construct a PollingSubscribeProvider
- Set a Stream Provider
- Configure StreamProvider
- Configure Confirmations
- Set Providers
- Extend Toolkit
- Configure a Signer
- Use a Tezos Toolkit
- Query Account
- Get Balance
- Get Delegate
- Query Smart Contract
- Create Smart Contract Abstraction
- Get Contract Metadata
- Execute Contract Off-Chain View
- Execute Contract On-Chain View
- Execute Contract Continuation-Passing-Style View
- Confirm Contract Tzip-12 Compliance
- Get Contract Token Metadata
- Get Smart Contract Storage
- Get Storage Bigmap Value
- Generate a contractMethod
- Obtain Operation Estimates
- Estimate Operation
- Estimate Reveal
- Estimate Set/Unset Delegate
- Estimate Register Delegate
- Estimate Transfer
- Estimate Originate
- Estimate Batch Of Operations
- Execute Operations - Directly or via Wallet
- Get Wallet Account
- Execute Operation
- Activate Account
- Reveal Account
- Set/Unset Delegate
- Register Delegate
- Transfer
- Originate a Smart Contract
- Invoke a contractMethod
- Execute Batch of Operations
- Confirm Operation
- View Operation Result
- Manage Subscriptions
- Subscribe to New Blocks
- Subscribe to New Operations
- Register a Subscription Callback
- Remove a Subscription Callback
- Close a Subscription
- Query Account
- Extend Taquito
- Develop a Custom Http Backend
- Used in RpcClient, http_handler, ipfs_handler
- Develop a Custom RpcClient
- Develop a Custom Signer
- Develop a Remote Signer Backend
- Develop a Custom Wallet Provider
- Develop a Custom SubscribeProvider
- Develop a Custom Metadata Handler
- HttpHandler
- IpfsHttpHandler
- TezosStorageHandler
- Develop a Custom Http Backend
Use Taquito to Inspect a Smart Contract
- View Micheline Script Storage Schema
- View Smart Contract Storage Schema
- View Smart Contract Parameter Schema
- View Off-Chain View Parameter Schema
- View On-Chain View Parameter Schema
- View Continuation-Passing-Style View Parameter Schema