Skip to content

Commit

Permalink
move tutorials pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristiano committed Jun 17, 2019
1 parent 652ec67 commit 54f2d86
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Here is all you need to dive into Nebulas.

## NebulasIO

* Website: [https://nebulas.io](https://nebulas.io)
* Non-Tech Whitepaper: [[PDF]](https://nebulas.io/docs/NebulasWhitepaper.pdf)
* Tech Whitepaper: [[PDF]](https://nebulas.io/docs/NebulasTechnicalWhitepaper.pdf), [[GitHub]](https://github.com/nebulasio/whitepaper)
* Yellow Paper - Nebulas Rank: [[PDF]](https://nebulas.io/docs/NebulasYellowpaper.pdf), [[GitHub]](https://github.com/nebulasio/nr-report)
* Mauve Paper - Developer Incentive Protocol: [[PDF]](https://nebulas.io/docs/NebulasMauvepaper.pdf), [[GitHub]](https://github.com/nebulasio/dip-report)
* Orange Paper - Nebulas Governance: [[PDF]](https://nebulas.io/docs/NebulasOrangepaper.pdf), [[GitHub]](https://github.com/nebulasio/governance-paper)

## Go-Nebulas

* Wiki: [https://github.com/nebulasio/wiki](https://github.com/nebulasio/wiki)
* Join the Testnet: [https://github.com/nebulasio/wiki/blob/master/testnet.md](https://github.com/nebulasio/wiki/blob/master/testnet.md)
* Join the Mainnet: [https://github.com/nebulasio/wiki/blob/master/mainnet.md](https://github.com/nebulasio/wiki/blob/master/mainnet.md)
* Explorer: [https://explorer.nebulas.io](https://explorer.nebulas.io)
* Tutorials:
* Nebulas 101
* [Installation](https://github.com/nebulasio/nebdocs/blob/master/docs/go-nebulas/tutorials/01-installation.md) \(credit: [Victor](https://github.com/victorychain)\)
* [Sending a Transaction](https://github.com/nebulasio/nebdocs/blob/master/docs/go-nebulas/tutorials/02-transaction.md) \(credit: [Victor](https://github.com/victorychain)\)
* [Writing Smart Contract in JavaScript](https://github.com/nebulasio/nebdocs/blob/master/docs/go-nebulas/tutorials/03-smart-contracts-javascript.md) \(credit: [otto](https://github.com/ottokafka)\)
* [Introducing Smart Contract Storage](https://github.com/nebulasio/nebdocs/blob/master/docs/go-nebulas/tutorials/04-smart-contract-storage.md) \(credit: [Victor](https://github.com/victorychain)\)
* [Interacting with Nebulas by RPC API](https://github.com/nebulasio/nebdocs/blob/master/docs/go-nebulas/tutorials/05-interacting-with-nebulas-by-rpc-api.md) \(credit: [Victor](https://github.com/victorychain)\)

## Wallet

* Web Wallet: [https://github.com/nebulasio/web-wallet](https://github.com/nebulasio/web-wallet)
* English
* [Creating A NAS Wallet](https://medium.com/nebulasio/creating-a-nas-wallet-9d01b5fa2df6)
* [Sending NAS from your Wallet](https://medium.com/nebulasio/sending-nas-from-your-wallet-be1b958c4e5d)
* [Signing a Transaction Offline](https://medium.com/nebulasio/signing-a-transaction-offline-ae8278f45201)
* [View Wallet Information](https://medium.com/nebulasio/view-wallet-information-fcea3ea35d94)
* [Check TX Status](https://medium.com/nebulasio/check-tx-status-8dc7dd9b79de)
* [Deploy a Smart Contract](https://medium.com/nebulasio/deploy-a-smart-contract-1e781e13c22e)

## DApp Development

* Web SDK: [https://github.com/nebulasio/neb.js](https://github.com/nebulasio/neb.js)
* Smart Contract: [https://github.com/nebulasio/wiki/blob/master/smart\_contract.md](https://github.com/nebulasio/wiki/blob/master/smart_contract.md)
* Standard Protocol:
* NRC20: [https://github.com/nebulasio/wiki/blob/master/NRC20.md](https://github.com/nebulasio/wiki/blob/master/NRC20.md)

## Community Tools

* Nebulearn: [https://nebulearn.com/official-docs/go-nebulas](https://nebulearn.com/official-docs/go-nebulas) \(credit: [Tehjr](https://github.com/HermantNET)\)
* Demo DApp: [https://github.com/15010159959/super-dictionary](https://github.com/15010159959/super-dictionary) \(credit: [ChengOrangeJu](https://github.com/ChengOrangeJu), [yupnano](https://github.com/yupnano), [Kurry](https://github.com/15010159959)\)
* Chrome Extension: [https://github.com/ChengOrangeJu/WebExtensionWallet](https://github.com/ChengOrangeJu/WebExtensionWallet) \(credit: [ChengOrangeJu](https://github.com/ChengOrangeJu), [yupnano](https://github.com/yupnano)\)

## Contribution

You are welcome to contribute to the Nebulas ecosystem in any way that you can. If you write something, please let us know by [submitting an issue](https://github.com/nebulasio/wiki/issues/new), and we will add your name and url to this page as soon as possible.

0 comments on commit 54f2d86

Please sign in to comment.