Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several fixes #107

Merged
merged 18 commits into from
Jul 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: ruby
rvm: 2.4.1
before_script: gem install awesome_bot
script: awesome_bot README.md
59 changes: 20 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,22 @@

## White Papers

- [Original](http://docs.neo.org/en-us/index.html) - English translation of main white paper.
- [Smart Contracts](http://docs.neo.org/en-us/sc/introduction.html) - English translation of smart contracts white paper.
- [Original](https://docs.neo.org/en-us/index.html) - English translation of main white paper.
- [Smart Contracts](https://docs.neo.org/en-us/basic/neocontract.html) - English translation of smart contracts white paper.


## Blockchain Bootstrap Files

Please refer to [this tutorial](https://medium.com/@gubanotorious/test-networks-and-fund-requests-for-smart-contract-and-dapp-testing-on-the-neo-blockchain-583a1795412) on how to use bootstrap files:

### MainNet (2.7.6+)
### MainNet and TestNet (2.7.6+)

- [NGD Bootstrap Files (Azure)](http://sync.ngd.network/)

### TestNet (2.7.6+)

- [NGD Bootstrap Files (Azure)](http://sync.ngd.network/) Select 'Testnet' tab
- [NGD Bootstrap Files (Azure)](https://sync.ngd.network/)

## Blockchain Explorers

- [antcha.in](http://antcha.in/) - Mature explorer from before the re-brand.
- [scan.nel.group](https://scan.nel.group/#mainnet) - NEL NEO Mainnet Explorer.
- [state.otcgo.cn](https://state.otcgo.cn/?idx=0) - Chinese NEO Mainnet Explorer
- [neoscan.io](https://neoscan.io/) - NEO Mainnet Explorer created by CoZ.
- [neotracker.io](https://neotracker.io/) - MainNet and TestNet explorer, created by the Neo Tracker team.
- [NEO TestNet neoscan.io](https://neoscan-testnet.io/) - Neoscan for NEO TestNet
Expand All @@ -71,26 +66,23 @@ Please refer to [this tutorial](https://medium.com/@gubanotorious/test-networks-
- [Github](https://github.com/CityOfZion) - Code repositories owned by CoZ.
- [Medium](https://medium.com/proof-of-working) - Weekly reports from CoZ.
- [Twitter](https://twitter.com/coz_official) - Twitter account of CoZ.
- [Website](http://cityofzion.io) - Homepage for CoZ.
- [Website](https://cityofzion.io/) - Homepage for CoZ.


## Current dApps

- [NEO dApp List (neo.org)](http://ndapp.org/) - Official list of dApps maintained by the NEO Council.
- [NEO dApp List (neo.org)](https://ndapp.org/) - Official list of dApps maintained by the NEO Council.


## General Developer Documentation

- [Consensus node setup guide](https://github.com/CityOfZion/standards/blob/master/nodes.md) - Recommended step by step guide for consensus node setup
- [Delegated Byzantine Fault Tolerance](https://github.com/neo-project/docs/blob/master/en-us/node/consensus.md) - Explanation of the consensus algorithm used by the blockchain.
- [Documentation](http://docs.neo.org/en-us/getting-started.html) - Official getting started documentation from the NEO team.
- [delegated Byzantine Fault Tolerance 2.0](https://raw.githubusercontent.com/NeoResearch/yellowpaper/master/releases/08_dBFT.pdf) - Explanation of the consensus algorithm used by the blockchain.
- [Documentation](https://docs.neo.org/en-us/sc/gettingstarted/introduction.html) - Official getting started documentation from the NEO team.
- [Getting Started Videos](https://www.youtube.com/playlist?list=PLH5FKiukNRU5SHWk9L6qPwRhMeHsiKL2T) - Chinese tutorial video series (with English subtitles).
- [neo-project Wiki](https://github.com/neo-project/neo/wiki) - Github wiki from NEO core team official repo.
- [NEO Enhancement Proposals (NEP)](https://github.com/neo-project/proposals) - NEPs describe standards for the NEO platform.
- [Network Protocol](http://docs.neo.org/en-us/node/network-protocol.html) - Explanation of how NEO nodes communicate.
- [Network Protocol](https://docs.neo.org/en-us/network/network-protocol.html) - Explanation of how NEO nodes communicate.
- [Video overviews](https://www.youtube.com/channel/UCzlQUNLrRa8qJkz40G91iJg/videos) - Summary of CoZ project features.
- [Video tutorial](https://www.youtube.com/watch?v=2RWegc0DWmQ&list=PL_vIhjXh1UTodKsr3uMkFJiMRAZNlJeSX) - YouTube series on smart contract programming.
- [Using Random Numbers in NEO SC](https://medium.com/verisfoundation/using-random-numbers-in-neo-smart-contracts-af7fecd2a23d) - Tutorial by Jason Perry on Random Number Generation using NEO Smart Contracts


## Economy
Expand Down Expand Up @@ -120,7 +112,7 @@ Please refer to [this tutorial](https://medium.com/@gubanotorious/test-networks-
- [Da Hongfei Twitter account](https://twitter.com/dahongfei) - Official Twitter account of NEO founder Da Hongfei.
- [Erik Zhang Twitter account](https://twitter.com/neoerikzhang) - Official Twitter account of NEO co-founder Erik Zhang.
- [NEO Bitcoin Talk](https://bitcointalk.org/index.php?topic=2057932.0) - A forum where fans of NEO can discuss events and post information.
- [NEO Blog](https://neo.org/en-us/blog) - Official NEO blog from core team.
- [NEO Blog](https://neo.org/blog) - Official NEO blog from core team.
- [NEO Discord Channel](https://discordapp.com/invite/R8v48YA) - A place to discuss everything NEO-related.
- [NEO Facebook](https://www.facebook.com/NEOSmartEcon) - The Facebook account for the NEO Smart Economy.
- [NEO News Today](https://neonewstoday.com/) - Community-made website with news and information, including Q&A's.
Expand All @@ -142,12 +134,11 @@ Please refer to [this tutorial](https://medium.com/@gubanotorious/test-networks-
## Network Monitoring

- [neo-mon](https://github.com/CityOfZion/neo-mon) - NEO network status monitor (CoZ). [CoZ Monitor](http://monitor.cityofzion.io)
- [HappyNodes](https://happynodes.f27.ventures) - NEO network status monitor and unconfirmed transaction explorer (F27 / NGD).


## Published Articles

- [Building a NEO-Python API Server on Windows WSL (Ubuntu)](https://medium.com/@jseagrave21/building-a-neo-python-api-server-on-windows-wsl-ubuntu-dfd62185ae9e)
- [Building a NEO-Python API Server on Windows WSL (Ubuntu)](https://medium.com/coinmonks/building-a-neo-python-api-server-on-windows-wsl-ubuntu-dfd62185ae9e)
- [Coopetition: A New Approach to Decentralization](https://medium.com/proof-of-working/decentralization-from-coopetition-b10d7ce3b9d)
- [CoZ first dApps competition dApp review](https://medium.com/proof-of-working/coz-first-dapps-competition-dapp-review-3a6b284afaef)
- [Creating and running a NEO Node on Microsoft Azure in under 30 minutes](https://medium.com/@gubanotorious/creating-and-running-a-neo-node-on-microsoft-azure-in-under-30-minutes-ad8d79b9edf)
Expand All @@ -156,16 +147,13 @@ Please refer to [this tutorial](https://medium.com/@gubanotorious/test-networks-
- [How to build an ICO on NEO with the NEX ICO smart contract template](https://medium.com/proof-of-working/how-to-build-an-ico-on-neo-with-the-nex-ico-smart-contract-template-1beac1ff0afd)
- [How to run a private network of the NEO blockchain](https://medium.com/proof-of-working/how-to-run-a-private-network-of-the-neo-blockchain-d83004557359)
- [Installing and Running a NEO Blockchain Node using neo-python on Windows 10](https://medium.com/@gubanotorious/installing-and-running-neo-python-on-windows-10-284fb518b213)
- [Test Networks and Fund Requests for Smart Contract and dApp Testing on the NEO Blockchain](https://medium.com/@gubanotorious/test-networks-and-fund-requests-for-smart-contract-and-dapp-testing-on-the-neo-blockchain-583a1795412)
- [Using Random Numbers in Neo Smart Contracts](https://medium.com/@ambethia/using-random-numbers-in-neo-smart-contracts-af7fecd2a23d)


## PrivateNet Setup

- [neo-local](https://github.com/neoauth/neo-local) - Start a local NEO blockchain with a single command.
- [neo-local](https://github.com/CityOfZion/neo-local) - Start a local NEO blockchain with a single command.
- [NEON DB for private nets](https://gist.github.com/birmas/689c37e43c7f55745233d3aeb794f833) - Setup for a NEON database to work with a private net.
- [NEON DB for private nets #2](https://github.com/ixje/neon-wallet-db/blob/master/privnet-install.md) - Setup NEON database inside the private net docker (verbose steps)
- [NEON DB for private nets #3](https://gist.github.com/slipo/f18f1a0b5e6adb7b0bf172b93379d891) - Full docker-compose setup using the [privnet with gas image](https://hub.docker.com/r/metachris/neo-privnet-with-gas/) and [NeonDB image](https://hub.docker.com/r/slipoh/neon-wallet-db/) from Docker Hub.
- [Neoscan for private nets](https://github.com/slipo/neo-scan-docker) - Setup for neoscan to work with a private net. There's also a docker-compose.yml file to easily setup a fully-functional [privnet with gas image](https://hub.docker.com/r/metachris/neo-privnet-with-gas/) along with neoscan.
- [Private Net Docker](https://github.com/CityOfZion/neo-privatenet-docker) - Setup for a private NEO blockchain with an Ubuntu 16.04 docker image.

Expand All @@ -185,24 +173,24 @@ Please refer to [this tutorial](https://medium.com/@gubanotorious/test-networks-
## Smart Contract Development

- [dAppTemplate_MEAN](https://github.com/CityOfZion/dAppTemplate_MEAN) - Interface for communicating with NEO nodes, to help with development of a dApp.
- [Documentation](http://docs.neo.org/en-us/sc/introduction.html) - Official getting started documentation from the NEO team for smart contracts.
- [Fees](http://docs.neo.org/en-us/sc/systemfees.html) - Blog post about how smart contracts are priced.
- [Documentation](https://docs.neo.org/en-us/sc/introduction.html) - Official getting started documentation from the NEO team for smart contracts.
- [Fees](https://docs.neo.org/en-us/sc/systemfees.html) - Blog post about how smart contracts are priced.
- [Using Random Numbers in NEO SC](https://medium.com/verisfoundation/using-random-numbers-in-neo-smart-contracts-af7fecd2a23d) - Tutorial by Jason Perry on Random Number Generation using NEO Smart Contracts
- [Video tutorial](https://www.youtube.com/watch?v=2RWegc0DWmQ&list=PL_vIhjXh1UTodKsr3uMkFJiMRAZNlJeSX) - YouTube series on smart contract programming.

### C#

- [C# smart contracts](https://github.com/neo-project/examples-csharp) - Examples of smart contracts written in C# from NEO core team.
- [C# smart contracts](https://github.com/neo-project/examples/tree/master/csharp) - Examples of smart contracts written in C# from NEO core team.
- [Complementary C# guide](https://steemit.com/neo/@cybourgeoisie/neo-contract-development-common-pitfalls-using-windows-7) - Solutions to common problems when setting up dev environment
- [C# tutorial](http://docs.neo.org/en-us/sc/getting-started-csharp.html) - Tutorial on writing smart contracts in C#.
- [C# tutorial](https://docs.neo.org/en-us/sc/quickstart/getting-started-csharp.html) - Tutorial on writing smart contracts in C#.
- [NEO Blockchain Quick Start Guide for .NET Developers](https://github.com/mwherman2000/neo-dotnetquickstart/blob/master/EN-us/README.md) - Complete (very detailed) step-by-step guidance with screen shots
- [NEO Blockchain Architecture Reference Model for .NET Developers (neo-charm)](https://github.com/mwherman2000/neo-charm/blob/master/README.md) - Architecture reference model for .NET developers

### Java

- [Java smart contracts](https://github.com/neo-project/examples-java) - Examples of smart contracts written in Java from NEO core team.
- [Java smart contracts](https://github.com/neo-project/examples/tree/master/java) - Examples of smart contracts written in Java from NEO core team.
- [Java guide](https://www.youtube.com/watch?v=k1a4rTl01mQ) - Step-by-step guide for writing and deploying a smart contract in Java.
- [Java tutorial](http://docs.neo.org/en-us/sc/getting-started-java.html) - Tutorial on writing smart contracts in Java.
- [Java tutorial](https://docs.neo.org/en-us/sc/quickstart/getting-started-java.html) - Tutorial on writing smart contracts in Java.
- [Java tutorial (OSX)](https://www.youtube.com/watch?v=2EYK1ogr5i4) - Setup neoj compiler on OSX

### Python
Expand All @@ -214,27 +202,20 @@ Please refer to [this tutorial](https://medium.com/@gubanotorious/test-networks-

### Go

- [ICO contract in Go](https://medium.com/@likkee.chong/neo-token-contract-nep-5-in-go-f6b0102c59ee) - Step-by-step guide on issuing your NEP-5 token on NEO’s Private net using Go
- [ICO contract in Go](https://medium.com/coinmonks/neo-token-contract-nep-5-in-go-f6b0102c59ee) - Step-by-step guide on issuing your NEP-5 token on NEO’s Private net using Go
- [neo-storm](https://github.com/CityOfZion/neo-storm) - Smart contract framework for the NEO smart economy written in the Go programming language

### Kotlin

- [Kotlin smart contracts](https://github.com/neo-project/examples-kotlin) - Examples of smart contracts written in Kotlin from NEO core team.


## Wallets

- [neon-wallet](https://github.com/CityOfZion/neon-wallet) - A light wallet for the blockchain.
- [O<sub>3</sub>](https://o3.network/) - macOS, Windows, Linux, iOS and Android wallet
- [ansy](https://snowypowers.github.io/ansy/) - A minimal paper wallet generator.
- [SEA Wallet](https://otcgo.cn/#/) - A Chinese asset management platform. *Chinese interface*
- [Ledger Wallet](https://www.ledgerwallet.com/apps/manager) - The app for the Ledger is available on the app store. Created by coranos2.
- [Ledger Wallet](https://www.ledger.com/neo-wallet/) - The app for the Ledger wallet. Created by coranos2.
- [neo-cli](https://github.com/neo-project/neo-cli/) - An official wallet built by the core team, which is command-line based.
- [neo-gui](https://github.com/neo-project/neo-gui/) - An official wallet built by the core team, which has a UI.
- [neotracker.io](https://neotracker.io/wallet) - A web based wallet.
- [neowallet](https://neowallet.cn) - Web based wallet using API.
- [Aphelion Wallet](https://aphelion.org/#wallet) - Desktop, iOS, Android and web wallet
- [InWe Wallet](http://inwecrypto.com/en/download) - macOS, Windows, Linux, iOS and Android wallet
- [NEO App](https://play.google.com/store/apps/details?id=neo.app) - Android wallet developed by NEO dev Peter Lin
- [iWallic](https://iwallic.com/en/index.html) - Web and Android wallet
---
Expand Down