|
2 | 2 | ## Quick start tutorial:
|
3 | 3 |
|
4 | 4 | #### How to Compile and Install Nebulas
|
5 |
| -> A: Follow step by step introduction on |
6 |
| -> https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2001%20Installation.md |
| 5 | +> A: Follow this instruction step by step on [this page](https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2001%20Installation.md) |
7 | 6 |
|
8 | 7 | #### How to Send Transactions on Nebulas
|
9 |
| -> https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2002%20Transaction.md |
10 |
| -> You can also find a video lesson: https://www.youtube.com/watch?v=-44tVVR6ETo&list=PLFipfN18ZQwsW1_dge4w7dfsVNdNZZ37R&index=1 |
| 8 | +> Nebulas provides three methods to send transactions: |
| 9 | +>(1) Sign & Send |
| 10 | +>(2) Send with Passphrase |
| 11 | +>(3) Unlock & Send |
| 12 | +
|
| 13 | +> [Detailed introduction](https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2002%20Transaction.md) |
11 | 14 |
|
12 | 15 | #### How to Write and run a smart contract
|
13 |
| -> Through this tutorial we will learn how to write, deploy, and execute smart contracts in Nebulas. |
14 |
| -> https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2003%20Smart%20Contracts%20JavaScript.md |
| 16 | +> Through this [tutorial](https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2003%20Smart%20Contracts%20JavaScript.md) |
| 17 | + we will learn how to write, deploy, and execute smart contracts in Nebulas. |
15 | 18 |
|
16 | 19 | #### How to use Smart Contract Storage
|
17 |
| -> https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2004%20Smart%20Contract%20Storage.md |
| 20 | + |
| 21 | +> We introduce in [detail](https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2004%20Smart%20Contract%20Storage.md) |
| 22 | + the storage of the smart contract. Nebulas smart contracts provide on-chain data storage capabilities. Similar to the traditional key-value storage system (eg: redis), smart contracts can be stored on the Nebulas by paying with (gas). |
| 23 | + |
18 | 24 |
|
19 | 25 | #### How to Interacting with Nebulas by RPC API
|
20 | 26 | > Nebulas chain node can be accessed and controlled remotely through RPC. Nebulas chain provides a series of APIs to get node information, account balances, send transactions and deploy calls to smart contracts.
|
21 | 27 | > The remote access to the Nebulas chain is implemented by gRPC, and also could be accessed by HTTP via the proxy (grpc-gateway). HTTP access is a interface implemented by RESTful, with the same parameters as the gRPC interface.
|
22 |
| -> https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2005%20Interacting%20with%20Nebulas%20by%20RPC%20API.md |
| 28 | +> [See detail](https://github.com/nebulasio/wiki/blob/master/tutorials/%5BEnglish%5D%20Nebulas%20101%20-%2005%20Interacting%20with%20Nebulas%20by%20RPC%20API.md) |
23 | 29 |
|
24 | 30 |
|
25 | 31 | ## Advanced questions
|
|
0 commit comments