> For the complete documentation index, see [llms.txt](https://docs.zerowave.my.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowave.my.id/testnet/inery.md).

# Inery

<div align="center"><img src="https://user-images.githubusercontent.com/38981255/184088981-3f7376ae-7039-4915-98f5-16c3637ccea3.PNG" alt="" height="50"></div>

Inery is layer-1 blockchain designed to offer the solution of decentralized database management with the vision to enable a new paradigm for data. It lays the foundation for web3 by seamlessly connecting with systems, applications, and layer-1 networks.

[![](https://user-images.githubusercontent.com/50621007/176236430-53b0f4de-41ff-41f7-92a1-4233890a90c8.png)](https://discord.gg/inery) [![](https://user-images.githubusercontent.com/50621007/183283867-56b4d69f-bc6e-4939-b00a-72aa019d1aea.png)](https://t.me/inery_blockchain)

## Before Run The Node, First Register an Account on Inery Website

[Register Here](https://testnet.inery.io/)

## Official Document

> [Official Document](https://docs.inery.io/)

> [Explorer](https://explorer.inery.io/)

## Minimum System Requirement

* CPU : 4Core
* Memory: 16Gb Ram
* Disk : 200 GB
* OS : Ubuntu 20

### Register Account

* Fill the required data

![](https://user-images.githubusercontent.com/103183907/193440373-d80c8a88-fadf-4a59-a17f-208b54532369.png)

> if you use VPS from Contabo, name server in `Reverse DNS Management` on your dashboard account

> if use Azure, name server fill same with IP Address

* Save Secret Phrase

<div align="center"><img src="https://user-images.githubusercontent.com/38981255/184137069-71beff53-73e6-47e3-b76f-670c269c12b3.PNG" alt=""></div>

* Claim faucet 50000 INR

<div align="center"><img src="https://user-images.githubusercontent.com/103183907/193440482-757cd5f9-a58c-45a9-961c-a21152e3c15b.png" alt=""></div>

## TASK

| Number | Description                                  | Manual Guide                                |
| ------ | -------------------------------------------- | ------------------------------------------- |
| Task 1 | Running Master Node                          | [click here](/testnet/inery/task/task_1.md) |
| Task 2 | Make own currency and transfer to someone    | [click here](/testnet/inery/task/task_2.md) |
| Task 3 | Create Contract                              | [click here](/testnet/inery.md)             |
| Task 4 | RPC API Push Transaction                     | [click here](/testnet/inery.md)             |
| Task 5 | Build full-stack web app using blockchain db | [click here](/testnet/inery.md)             |
| Task 6 | Create simple game contract                  | [click here](/testnet/inery.md)             |
| Task 7 | Create an NFT                                | [click here](/testnet/inery.md)             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.zerowave.my.id/testnet/inery.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.
