Skip to content

Hello Ootle - Getting Started

In this Hello Ootle project, we'll walk you through creating a basic Ootle app. This tutorial aims to teach both beginners and experts about the fundamentals of Ootle app development.

At the end of this tutorial, you will have achieved the following:

  • Your own React web application that displays a counter that is stored on the Ootle, and buttons to increment the counter and refresh the counter to display the most current amount.
  • Learnt what the Tari.js library is and how to use it to interact in a basic fashion with the Ootle.
  • Learnt about the structure of the Ootle and how it stores information.
  • Learnt about templates, which are a form of smart contract.

To begin with the Hello Ootle project, you will need a couple of items set up first:

  • A Tari Ootle Wallet.
  • An Integrated Development Environment (IDE) - where you'll be coding your project.

Proceed to the next section to set up your Ootle Wallet. If you want to proceed the sections in order, you can do so by using the navigation links at the bottom of the page. All sections for the Hello Ootle project are also available on the left.