Skip to content

Commit 0d94058

Browse files
committed
update
1 parent b3c31b4 commit 0d94058

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

FAQ_nebulas_development_en.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
22
## Quick start tutorial:
33

44
#### 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)
76
87
#### 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)
1114
1215
#### 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.
1518

1619
#### 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+
1824

1925
#### How to Interacting with Nebulas by RPC API
2026
> 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.
2127
> 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)
2329
2430

2531
## Advanced questions

0 commit comments

Comments
 (0)