diff --git a/docs/develop/which-tools.mdx b/docs/develop/which-tools.mdx index e69de29bb..ea93b489b 100644 --- a/docs/develop/which-tools.mdx +++ b/docs/develop/which-tools.mdx @@ -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 + +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 + +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 + +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 + +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 + +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 + +Terra’s multi-purpose [block explorer](https://finder.terra.money/). + +#### Faucet + +Get tokens sent to your testnet address using the [Terra Testnet Faucet](https://faucet.terra.money).