var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=1&rec=1&url=https://docs.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

Which tools to use

There are a variety of tools in the Terra Development Suite. This guide will help you find the right tools for your project.

If you are new to Terra, start with the beginner's guide.


_17
Terra-Development-Suite
_17
_17
├── Terrain: Get started building on Terra with the all-in-one tool for dApp development.
_17
_17
├── LocalTerra: Local testing environment.
_17
_17
├── Feather.js: JavaScript SDK.
_17
_17
├── Wallet Kit: React tooling for frontend integrations.
_17
_17
└── Other tools
_17
_17
├── Terrad: Node daemon and CLI.
_17
_17
├── Finder: Block explorer.
_17
_17
└── Faucet: Get testnet funds.

Terrain

Terra’s all-in-one development environment, Terrain provides front-end and smart contract scaffolding for your dApp. Get started in 5 minutes with the quickstart guide.

LocalTerra

Set up your own blockchain testnet in less than a minute. LocalTerra is a containerized version of the Terra blockchain, complete with a functional validator set and block creation. Visit the LocalTerra guide to get started.

Feather.js

Use feather.js to create bots, mint NFTs, and build out back-end services. Follow the feather.js tutorial to get started.

Wallet Kit

Wallet Kit makes it easy to connect a React-based web app to Station. Follow the Wallet kit tutorial to get started.

Other Tools

The following tools allow you to interact with the Terra blockchain.

Terrad

The command line interface and node daemon for interacting with the Terra blockchain. Use Terrad to run a full node or interact with the chain. Follow the Terrad install guide to get started.

Finder

Terra’s multi-purpose block explorer.

Faucet

Get tokens sent to your testnet address using the Terra Testnet Faucet.