11 | {hyperlinks.map((hyperlink) => {
12 | return (
13 |
17 | )
18 | })}
19 |
20 | )
21 | }
22 |
23 | export default Hyperlinks;
24 |
--------------------------------------------------------------------------------
/docs/develop/terrad/commands/tendermint/terrad_tendermint_reset-state.mdx:
--------------------------------------------------------------------------------
1 | import Admonition from '@theme/Admonition';
2 |
3 | # terrad tendermint reset-state
4 |
5 | Remove all the data and WAL.
6 |
7 |
8 | ## Usage
9 |
10 |
7 |
8 |
14 |
15 |
{`Copyright © ${new Date().getFullYear()} Terraform Labs`}
16 |
17 | )
18 | }
19 |
20 | export default Copyright;
--------------------------------------------------------------------------------
/docs/develop/terrain/README.mdx:
--------------------------------------------------------------------------------
1 | import CardSection from '/src/components/Cards/CardSection';
2 | import terrainCards from '/src/components/Cards/card-data/terrain-cards';
3 |
4 | # Terrain
5 |
6 | Terrain is Terra’s all-in-one development environment, providing front-end and smart contract scaffolding for your dApp.
7 |
8 | This guide will walk you through setting up your environment, installing Terrain, and using the testnet or LocalTerra to interact with a network.
9 |
10 | For more information on Terrain, visit [Terrain's readme](https://github.com/terra-money/terrain#readme).
11 |
12 |