From c404c79559c68d8a240a906097b42736fcb92f0e Mon Sep 17 00:00:00 2001 From: Jesse Eisses Date: Thu, 14 Dec 2017 15:04:56 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c43e6e..2d7c6ee 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@

A frontend for your NEO private network.

-`duplo` is meant to help interacting with your NEO private network. It's provides similar features as [ganache](https://github.com/trufflesuite/ganache) does for Ethereum. It can be used as a development tool for deploying and invoking smart contracts, and help beginners by visualizing the blockchain. +`duplo` is meant to help interacting with your NEO private network. It's aims to provide similar features as [ganache](https://github.com/trufflesuite/ganache) does for Ethereum. It can be used as a tool for testing deployment and invocation of smart contracts, and help beginners by visualizing the blockchain.

## Getting Started -The project is currently under active development, as we are working towards a first release. +The project is currently under active development, as we are still working towards a first release. If you want to check out the latest version anyway, you can run the [neo-dev-toolkit](https://github.com/effectai/neo-dev-toolkit). It sets up a NEO private network and adds `duplo` as a frontend.