Skip to content

Commit

Permalink
Add community tutorial page (neo-project#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Celia18305 authored Oct 18, 2018
1 parent 2a3d7e8 commit 17230f3
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 5 deletions.
90 changes: 90 additions & 0 deletions communitydoc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Community Tutorials

This is a collection of tutorials from the NEO community.

## Documentation

### NEO basics

*NEO Research* - Understanding multi-signature addresses: <br>
https://medium.com/neoresearch/understanding-multisig-on-neo-df9c9c1403b1

### NEO node

Accessing NEO API with Postman RPC (***Ubuntu/Windows***) <br>
https://github.com/taomo-eo/docs/blob/master/Becoming_Consensus_Node/Using%20RPC%20to%20Call%20NEO%20API.md

Building a NEO-Python API server on Windows WSL (***Ubuntu***) <br>
https://medium.com/coinmonks/building-a-neo-python-api-server-on-windows-wsl-ubuntu-dfd62185ae9e

### Smart contract

How to write NEO Smart Contracts - A complete step-by-step guide(***C#***) <br>
https://github.com/abalu/NeoSmartAddress/wiki

Practical tips in developing NEO Smart Contracts (***C#***) <br>
<https://medium.com/@gongxiaojing0825/practical-tips-in-developing-neo-smart-contract-a872a4f910c1>

Tutorial: Designing and developing a DApp on NEO (***C#***) <br>
https://github.com/jnlewis/neo-dapp-tutorial

*NEO Research* – 30 seconds to build and test an ICO on NEO (***C#***) <br>
https://medium.com/neoresearch/30-seconds-to-build-and-test-an-ico-on-neo-70c00be6a32d

How to generate random numbers using a smart contract (***C#***) <br>
https://github.com/generalkim00/neogame

Creating a turn based game with NeoContract, ASP.NET Core, SignalR, and AngularJS (***C#***) <br>
<https://medium.com/@zdravkogeorgiev/creating-a-turn-based-game-with-neocontract-asp-net-core-signalr-and-angularjs-6b6b062ccaa7>

Making a game with NEO + Unity (***C#***) <br>
<https://medium.com/@tbriley/making-a-game-with-neo-unity-part-1-4099ec7d7a82>

*COZ* - NEO-python smart contract workshop (***Python***) <br>
https://github.com/CityOfZion/python-smart-contract-workshop

Step-by-step guide on issuing your NEP-5 token on NEO’s Private net using Go (***Go***) <br>
<https://medium.com/@likkee.chong/neo-token-contract-nep-5-in-go-f6b0102c59ee>

NEO smart contract developer environment setup for Java (***Java***) <br>
https://github.com/cwitchger/neo-development-docs

The Workflows of developing NEO Smart Contracts <br>
https://medium.com/coinmonks/the-workflows-of-developing-neo-smart-contracts-c65279ac165b

### Others

Bootstrapping a dApp focused business in the NEO ecosystem<br>
https://medium.com/ryu-coin/bootstrapping-a-dapp-focused-business-in-the-neo-ecosystem-a75845599bbb

How to serialize your NEO Smart Contract models<br>
<https://medium.com/@zhenjiangliu24/neunity-a-tool-to-serialize-your-neo-smart-contract-models-38f8cbc1bfd9>

NEO Ecosystem Overview (Smart Contracts 2.0 development and Interfacing)<br>
<https://medium.com/@btcmvkers/neo-ecosystem-overview-smart-contracts-2-0-development-and-interfacing-7fdbd2dd7455>

## Videos

NEO C# Smart Contract development tutorial by *Harry Pappas* (***C#***)<br>
https://youtu.be/A-antyGwYnQ

Neo nodes by *DaveOnBlocks* <br>
https://www.youtube.com/watch?v=001-ccJYqoM&list=PLNv3b6c4QaignIZZi2pDmoBO1YtgwZfCe

Creating a NEP-5 token by *DaveOnBlocks*(***C#***) <br>
https://www.youtube.com/watch?v=ib6XKzg0LaI&list=PLNv3b6c4QaihURdVsaXw91gaxPwyK5duC

Neo ICO tutorial video series by *DaveOnBlocks*(***C#***) <br>
https://www.youtube.com/watch?v=tCU14stqcFM&list=PLNv3b6c4QaighpWLJ0UtVK348h8IlIuLb

NEO Dev tutorials *by Nick Fujita* (***Python***) <br>
https://www.youtube.com/channel/UCNo43IXx2GUluVDh9ocjyfw

NEO-Python Smart Contracts tutorial *by Dean van Dugteren* (***Python***) <br>
https://www.youtube.com/watch?v=yLPEsst_SVw

Java Smart Contracts tutorial *by Wing Chan* (***Java***) <br>
https://www.youtube.com/watch?v=k1a4rTl01mQ



4 changes: 2 additions & 2 deletions en-us/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Here is an exhaustive library of NEO technical docs, including development examp
| ------------------------------------------------------------ |
| [Whitepaper](whitepaper.md)<br />[Consensus](basic/consensus/whitepaper.md)<br />[FAQ](faq.md) |

| NEO Node | NEO Network | NEO Utilities |
| NEO Node | NEO Network | NEO Utilities |
| ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------------- |
| [Introduction](node/introduction.md)<br />[NEO-GUI](node/gui/install.md)<br />[NEO-CLI](node/cli/cli.md)<br />[API Reference](node/cli/apigen.md) | [Test Network](network/testnet.md)<br />[Private Chain](network/private-chain.md)<br />[Synchronizing the blockchain](network/syncblocks.md)<br />[Network Protocol](network/network-protocol.md) | [NEO SDK](utility/sdk/introduction.md) |

| Smart Contract | Document for Exchange Developers |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [Introduction](sc/introduction.md)<br />[Quick Start](sc/quickstart/overview.md)<br />[Reference](sc/reference/api.md)<br />[Samples and Tutorials](sc/tutorial/HelloWorld.md)<br />[Contract Triggers](sc/trigger.md)<br />[System Fees](sc/systemfees.md) | [Version 2.9.0](exchange/v2.9.0.md)<br />[Version 2.8.0](exchange/v2.8.0.md)<br />[Version 2.7.6](exchange/v2.7.6.md) |

<link rel="stylesheet" href="../styles/index.css">
The NEO community has also contributed a wide variety of tutorials. Click [here](../communitydoc.md).<link rel="stylesheet" href="../styles/index.css">
2 changes: 1 addition & 1 deletion neo/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body{line-height: 2.5;}
.article.grid-right{margin-left: 0;margin-right: 0;}

.content .table-bordered{
margin-bottom: 3em;
margin-bottom: 1em;
border: 3px solid #F5f5f5;
font-size: 15px;
letter-spacing: 1px;
Expand Down
4 changes: 2 additions & 2 deletions zh-cn/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NEO Documentation
<span id="moreLan" class="pull-right">[More Language](../language.md)</span>
NEO 全部的技术文档都在这里,还有众多开发示例可供参考
NEO 官方的技术文档都在这里,还有众多开发示例可供参考



Expand All @@ -16,4 +16,4 @@ NEO 全部的技术文档都在这里,还有众多开发示例可供参考
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [智能合约与 NeoVM](sc/introduction.md)<br />[快速入门](sc/quickstart/overview.md)<br />[开发参考](sc/reference/api.md)<br />[合约示例](sc/tutorial/HelloWorld.md)<br />[合约触发器](sc/trigger.md)<br />[系统使用费](sc/systemfees.md) | [Version 2.9.0](exchange/v2.9.0.md)<br />[Version 2.8.0](exchange/v2.8.0.md)<br />[Version 2.7.6](exchange/v2.7.6.md) |

<link rel="stylesheet" href="../styles/index.css">
NEO 社区也贡献了众多的教程,点击 [这里](../communitydoc.md) 查看。<link rel="stylesheet" href="../styles/index.css">

0 comments on commit 17230f3

Please sign in to comment.