# Test app

## Colosseum-Test-App for Firmachain Validator

This project is designed for testing Colosseum Testnet and suuports mac, windows, linux operating system. If you have any questions, please feel free to contact us at <contact@firmachain.org> or discord channel.

## 1. Install Node.js

* You’ll need to have Node 14.0.0 or later version on your machine.&#x20;

  We recommend using the latest LTS version.
* You can install node.js from the link below.
* <https://nodejs.org/en/>

## 2. Installation

```
git clone https://github.com/FirmaChain/colosseum-test-app
cd colosseum-test-app
npm i
```

## 3. Input your mnemonic

* Open mnemonic.json file and input your mnemonic.
* Your mnemonic will not be sent to anywhere, Don't worry!

## 4. Run

```
npm run start
```

## 5. Upload log file on logs folder to discord for firmachain validator.

```
ex) /logs/20211126.log
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.firmachain.org/master/node-and-validators-guide/history/reward-testnet-terminated/test-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
