Skip to content

Commit

Permalink
Update which-tools.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Aug 16, 2023
1 parent 9f21175 commit 5ebc5c0
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions docs/develop/which-tools.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
import ThemedImage from '@theme/ThemedImage';

# 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](./get-started.mdx).

```rust
Terra-Development-Suite
// link[5:11] /develop/terrain/initial-setup
├── Terrain: Get started building on Terra with the all-in-one tool for dApp development.
// link[5:14] /develop/localterra
├── LocalTerra: Local testing environment.
// link[5:14] /develop/feather-js/getting-started
├── Feather.js: JavaScript SDK.
// link[5:14] /develop/wallet-kit/getting-started
├── Wallet Kit: React tooling for frontend integrations.
└── Other tools
// link[9:14] /develop/terrad/install-terrad
├── Terrad: Node daemon and CLI.
// link[9:14] https://finder.terra.money
├── Finder: Block explorer.
// link[9:14] https://faucet.terra.money
└── Faucet: Get testnet funds.
```

## Terrain <ThemedImage sources={{light:"/img/icons/terrain.svg", dark:"/img/icons/dark/terrain.svg"}} height="30px" />

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](./get-started.mdx).

## LocalTerra <ThemedImage sources={{light:"/img/icons/localterra.svg", dark:"/img/icons/dark/localterra.svg"}} height="30px" />

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](terrain/using-terrain-localterra.mdx) to get started.

## Feather.js <ThemedImage sources={{light:"/img/icons/feather-js.svg", dark:"/img/icons/dark/feather-js.svg"}} height="30px" />

Use feather.js to create bots, mint NFTs, and build out back-end services. Follow the [feather.js tutorial](feather-js/getting-started.mdx) to get started.

## Wallet Kit <ThemedImage sources={{light:"/img/icons/walletconnect02.svg", dark:"/img/icons/dark/walletconnect02.svg"}} height="30px" />

Wallet Kit makes it easy to connect a React-based web app to Station. Follow the [Wallet kit tutorial](wallet-kit/getting-started.mdx) to get started.

### Other Tools

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

#### Terrad <ThemedImage sources={{light:"/img/icons/Terrad.svg", dark:"/img/icons/dark/Terrad.svg"}} height="20px" />

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](./terrad/install-terrad.mdx) to get started.

#### Finder <ThemedImage sources={{light:"/img/icons/finder.svg", dark:"/img/icons/dark/finder.svg"}} height="20px" />

Terra’s multi-purpose [block explorer](https://finder.terra.money/).

#### Faucet <ThemedImage sources={{light:"/img/icons/Faucet.svg", dark:"/img/icons/dark/Faucet.svg"}} height="20px" />

Get tokens sent to your testnet address using the [Terra Testnet Faucet](https://faucet.terra.money).

0 comments on commit 5ebc5c0

Please sign in to comment.