B9lab Logo
Tezos Developer Portal
Developer PortalDeveloper Portal

Developing Clients


Reading Time: 4 min

Let’s take a closer look at developing clients for Tezos!

In this chapter, we will deal with clients: How can we fetch information from the Tezos blockchain and how can we create and send transactions to the network?

We will dive into Taquito and TzKT API to understand:

  • What Taquito is,
  • How to fetch information from the Tezos blockchain with Taquito,
  • How to create and send transactions using Taquito,
  • How to code a simple client,
  • What TzKT API is, and
  • How to fetch information with the TzkT API.

In this chapter

We now have an overview of the Tezos protocol, its architecture, its functionalities, and smart contract writing for Tezos in Michelson, SmartPy, and LIGO. It is time to turn to clients. How can we set up a client and use a tech stack to fetch information from the Tezos blockchain and conduct transactions?

Taquito

Find out how to interact with the Tezos blockchain using Taquito. We will take a more detailed dive by experimenting with our student certification contract.

TzKT API

Discover how to use TzKT, a blockchain indexer, to access even more functionalities. We will explore how to work with TzKT in the testnet and fetch data with Node.js.

Ready? Let's dive into the client sections!

Discuss on Slack
Rate this Page
Would you like to add a message?
Submit
Thank you for your Feedback!