Terrarium is a complementary UI tool for Terra development with LocalTerra, a locally run Terra testnet. Terrarium requires Docker.
Use Terraium to:
- Query and exectute imported contracts
- Start, stop and modify LocalTerra
- Track block and transaction events
- Track and manage LocalTerra test accounts
It's strongly recommended to use Terrarium with Terrain, a development enviornment and scaffolding tool for dapps. You can import your terrain project contract references directly into Terrarium to access and call contract methods.
The following settings can be found in the settings modal.
- LiteMode is enabled by default for performance issues. Disable LiteMode if you would like to run the FCD and postgres database. This is useful if youd like transaction data to persist between sessions.
- Block time is set to 5 seconds by default. You can reduce this parameter down to 200ms.
- Run Terrarium at startup. This is disabled be default.
To start the local development environment, execute the following command in your terminal.
npm run electron-dev