Skip to content

Commit

Permalink
Update README (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
revett committed Sep 24, 2018
1 parent 0dd9f11 commit eddfc33
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 align="center">neo-local</h1>

<p align="center">
Quickly setup a development environment for NEO dApps!
Personal blockchain for NEO dApp development!
</p>

<p align="center">
Expand All @@ -21,18 +21,29 @@
<a href="https://github.com/CityOfZion/neo-local/commits/master">
<img src="https://img.shields.io/github/last-commit/CityOfZion/neo-local.svg?style=for-the-badge">
</a>
<a href="https://github.com/CityOfZion/neo-local/wiki">
<img src="https://img.shields.io/badge/docs-wiki-blue.svg?style=for-the-badge">
</a>
</p>

## What?

Developing smart contracts for the NEO blockchain requires a **local network** to be running, that acts as a private NEO blockchain running locally on your machine.
Quickly fire up a personal NEO blockchain which you can use to run tests,
execute commands, and inspect state while controlling how the chain operates.

This project quickly sets this up for you without any prior knowledge needed, along with a number of other utility [services](https://github.com/CityOfZion/neo-local/wiki#services) that help with development.
This project quickly sets this up for you without any prior knowledge needed,
along with a number of other utility
[services](https://github.com/CityOfZion/neo-local/wiki#services) that help with
development.

This project works on MacOS, Linux and Windows machines 👍

It shares similar goals to the [Ganache](https://truffleframework.com/ganache)
project from the [Truffle Framework](https://truffleframework.com/ganache).

## Documentation

Please visit the [wiki](https://github.com/CityOfZion/neo-local/wiki) for instructions on how to install and use the project.
Please visit the [wiki](https://github.com/CityOfZion/neo-local/wiki) for
instructions on how to install and use the project.

![image](https://user-images.githubusercontent.com/2796074/36632958-9247f8ba-198d-11e8-8055-f096141902d9.png)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1

0 comments on commit eddfc33

Please sign in to comment.