Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viquezclaudio committed Nov 29, 2021
1 parent 91259f6 commit 78111b4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
**[Nimiq](https://nimiq.com/)** is a frictionless payment protocol for the web.

This repository is currently under development. It contains the implementation of the Nimiq 2.0 blockchain: a proof of stake blockchain based in the Albatross consensus algorithm.
Nimiq 2.0 was conceived with performance in mind without sacrificing security.

Nimiq 2.0 was conceived with performance in mind without sacrificing security.

Currently, the protocol can be exercised in an environment aimed for developers where bugs are expected to happen.
For more detailed information about how to connect and use the development network, please refer to the [Devnet](#devnet) section.
Expand Down Expand Up @@ -106,8 +107,10 @@ Please take a look at the [`client.example.toml`](lib/src/config/config_file/cli

### Devnet

The development network (Devnet) is currently in release-candidate phase. It can be accessed via a seed node located in [devnetseed]
The main purpose of the development network is to invite all developers to exercise and test the Nimiq 2.0 client, filling and reporting any issue trough our github repository
The development network (Devnet) is currently in release-candidate phase. It can be accessed via a seed node located in [devnetseed].

The main purpose of the development network is to invite all developers to exercise and test the Nimiq 2.0 client, filling and reporting any issue trough our github repository.

For a full list of supported and non-supported functionality in the devnet, refer to [Nimiq 2.0 Devnet Project](https://github.com/nimiq/core-rs-albatross/projects)

## Contributing
Expand Down

0 comments on commit 78111b4

Please sign in to comment.