Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 2147494

Browse files
authored
update/some clis (#21)
1 parent 0d955d0 commit 2147494

18 files changed

+190
-201
lines changed

.gitbook/assets/build_gnofaucet.png

270 KB
Loading

.gitbook/assets/build_gnokey_gno.png

1.41 MB
Loading

.gitbook/assets/build_gnoland.png

301 KB
Loading

.gitbook/assets/build_gnoweb.png

326 KB
Loading

.gitbook/assets/build_tm2txsync.png

293 KB
Loading

README.md

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -10,46 +10,46 @@ You can read the docs in [Gitbook](https://onbloc.gitbook.io/gnoland-developer-p
1010

1111
## Table of Contents
1212

13-
* Introduction to Gnoland
14-
* [What is Blockchain?](introduction-to-gnoland/what-is-blockchain/)
15-
* [Overview](introduction-to-gnoland/what-is-blockchain/overview.md)
16-
* [Concepts](introduction-to-gnoland/what-is-blockchain/concepts.md)
17-
* [What is Gnoland?](introduction-to-gnoland/what-is-gnoland/)
18-
* [Overview](introduction-to-gnoland/what-is-gnoland/overview.md)
19-
* [Concepts](introduction-to-gnoland/what-is-gnoland/concepts.md)
20-
* Docs
21-
* [Terminology](docs/terminology.md)
22-
* [Standard Libraries](docs/standard-libraries.md)
23-
* [Packages](docs/packages.md)
24-
* [Realms (Smart Contracts)](docs/building-a-realm/)
25-
* [Overview](docs/building-a-realm/overview.md)
26-
* [Write Realms](docs/building-a-realm/writing-realms.md)
27-
* [Test Realms](docs/building-a-realm/testing-realms.md)
28-
* [Deploy and Call Realms](docs/building-a-realm/deploy-and-call-realms.md)
29-
* [Realms Examples](docs/building-a-realm/realm-examples/)
30-
* [hello.gno](docs/building-a-realm/realm-examples/hello.gno.md)
31-
* [types.gno](docs/building-a-realm/realm-examples/types.gno.md)
32-
* [first.gno](docs/building-a-realm/realm-examples/first.gno.md)
33-
* [realm.gno](docs/building-a-realm/realm-examples/realm.gno.md)
34-
* [foo20.gno](docs/building-a-realm/realm-examples/foo.gno.md)
35-
* [foo721.gno](docs/building-a-realm/realm-examples/foo721.gno.md)
36-
* [Environment Setup](docs/environment-setup/)
37-
* [Initial Setup](docs/environment-setup/initial-setup.md)
38-
* [Build the Local Testnet](docs/environment-setup/build-the-local-testnet.md)
39-
* [CLI](docs/cli/)
40-
* [Common Parameters](docs/cli/common-parameters.md)
41-
* [gnokey](docs/cli/gnokey.md)
42-
* [gnoland](docs/cli/gnoland.md)
43-
* [tm2txsync](docs/cli/tm2txsync.md)
44-
* [gno](docs/cli/gno.md)
45-
* [gnofaucet](docs/cli/gnofaucet.md)
46-
* [Gnoland RPC Endpoints](docs/gnoland-rpc-endpoints.md)
47-
* Tutorials
48-
* [Interact with Gnoland](tutorials/interact-with-gnoland.md)
49-
* [Start Writing a Realm](tutorials/start-writing-a-realm.md)
50-
* [Port a Solidity Contract to a Gnolang Realm](tutorials/port-a-solidity-contract-to-a-gnolang-realm.md)
51-
* [Build a Demo Dapp](tutorials/a-sample-dapp.md)
52-
* Resources
53-
* [Developer Tools](resources/developer-tools/)
54-
* [Wallet Integration](resources/developer-tools/wallet-integration.md)
55-
* [Socials](resources/socials.md)
13+
- Introduction to Gnoland
14+
- [What is Blockchain?](introduction-to-gnoland/what-is-blockchain/)
15+
- [Overview](introduction-to-gnoland/what-is-blockchain/overview.md)
16+
- [Concepts](introduction-to-gnoland/what-is-blockchain/concepts.md)
17+
- [What is Gnoland?](introduction-to-gnoland/what-is-gnoland/)
18+
- [Overview](introduction-to-gnoland/what-is-gnoland/overview.md)
19+
- [Concepts](introduction-to-gnoland/what-is-gnoland/concepts.md)
20+
- Docs
21+
- [Terminology](docs/terminology.md)
22+
- [Standard Libraries](docs/standard-libraries.md)
23+
- [Packages](docs/packages.md)
24+
- [Realms (Smart Contracts)](docs/building-a-realm/)
25+
- [Overview](docs/building-a-realm/overview.md)
26+
- [Write Realms](docs/building-a-realm/writing-realms.md)
27+
- [Test Realms](docs/building-a-realm/testing-realms.md)
28+
- [Deploy and Call Realms](docs/building-a-realm/deploy-and-call-realms.md)
29+
- [Realms Examples](docs/building-a-realm/realm-examples/)
30+
- [hello.gno](docs/building-a-realm/realm-examples/hello.gno.md)
31+
- [types.gno](docs/building-a-realm/realm-examples/types.gno.md)
32+
- [first.gno](docs/building-a-realm/realm-examples/first.gno.md)
33+
- [realm.gno](docs/building-a-realm/realm-examples/realm.gno.md)
34+
- [foo20.gno](docs/building-a-realm/realm-examples/foo.gno.md)
35+
- [foo721.gno](docs/building-a-realm/realm-examples/foo721.gno.md)
36+
- [CLI](docs/cli/)
37+
- [Common Parameters](docs/cli/common-parameters.md)
38+
- [gnokey](docs/cli/gnokey.md)
39+
- [gnoland](docs/cli/gnoland.md)
40+
- [tm2txsync](docs/cli/tm2txsync.md)
41+
- [gno](docs/cli/gno.md)
42+
- [gnofaucet](docs/cli/gnofaucet.md)
43+
- [Environment Setup](docs/environment-setup/)
44+
- [Initial Setup](docs/environment-setup/initial-setup.md)
45+
- [Build the Local Testnet](docs/environment-setup/build-the-local-testnet.md)
46+
- [Gnoland RPC Endpoints](docs/gnoland-rpc-endpoints.md)
47+
- Tutorials
48+
- [Interact with Gnoland](tutorials/interact-with-gnoland.md)
49+
- [Start Writing a Realm](tutorials/start-writing-a-realm.md)
50+
- [Port a Solidity Contract to a Gnolang Realm](tutorials/port-a-solidity-contract-to-a-gnolang-realm.md)
51+
- [Build a Demo Dapp](tutorials/a-sample-dapp.md)
52+
- Resources
53+
- [Developer Tools](resources/developer-tools/)
54+
- [Wallet Integration](resources/developer-tools/wallet-integration.md)
55+
- [Socials](resources/socials.md)

SUMMARY.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
# Table of contents
22

3-
* [Gnoland Developer Portal](README.md)
3+
- [Gnoland Developer Portal](README.md)
44

55
## Introduction to Gnoland
66

7-
* [What is Blockchain?](introduction-to-gnoland/what-is-blockchain/README.md)
8-
* [Overview](introduction-to-gnoland/what-is-blockchain/overview.md)
9-
* [Concepts](introduction-to-gnoland/what-is-blockchain/concepts.md)
10-
* [What is Gnoland?](introduction-to-gnoland/what-is-gnoland/README.md)
11-
* [Overview](introduction-to-gnoland/what-is-gnoland/overview.md)
12-
* [Concepts](introduction-to-gnoland/what-is-gnoland/concepts.md)
7+
- [What is Blockchain?](introduction-to-gnoland/what-is-blockchain/README.md)
8+
- [Overview](introduction-to-gnoland/what-is-blockchain/overview.md)
9+
- [Concepts](introduction-to-gnoland/what-is-blockchain/concepts.md)
10+
- [What is Gnoland?](introduction-to-gnoland/what-is-gnoland/README.md)
11+
- [Overview](introduction-to-gnoland/what-is-gnoland/overview.md)
12+
- [Concepts](introduction-to-gnoland/what-is-gnoland/concepts.md)
1313

1414
## Docs
1515

16-
* [Terminology](docs/terminology.md)
17-
* [Standard Libraries](docs/standard-libraries.md)
18-
* [Packages](docs/packages.md)
19-
* [Realms (Smart Contracts)](docs/building-a-realm/README.md)
20-
* [Overview](docs/building-a-realm/overview.md)
21-
* [Write Realms](docs/building-a-realm/writing-realms.md)
22-
* [Test Realms](docs/building-a-realm/testing-realms.md)
23-
* [Deploy and Call Realms](docs/building-a-realm/deploy-and-call-realms.md)
24-
* [Realm Examples](docs/building-a-realm/realm-examples/README.md)
25-
* [hello.gno](docs/building-a-realm/realm-examples/hello.gno.md)
26-
* [types.gno](docs/building-a-realm/realm-examples/types.gno.md)
27-
* [first.gno](docs/building-a-realm/realm-examples/first.gno.md)
28-
* [realm.gno](docs/building-a-realm/realm-examples/realm.gno.md)
29-
* [foo20.gno](docs/building-a-realm/realm-examples/foo.gno.md)
30-
* [foo721.gno](docs/building-a-realm/realm-examples/foo721.gno.md)
31-
* [Environment Setup](docs/environment-setup/README.md)
32-
* [Initial Setup](docs/environment-setup/initial-setup.md)
33-
* [Build the Local Testnet](docs/environment-setup/build-the-local-testnet.md)
34-
* [CLI](docs/cli/README.md)
35-
* [Common Parameters](docs/cli/common-parameters.md)
36-
* [gnokey](docs/cli/gnokey.md)
37-
* [gnoland](docs/cli/gnoland.md)
38-
* [tm2txsync](docs/cli/tm2txsync.md)
39-
* [gno](docs/cli/gno.md)
40-
* [gnofaucet](docs/cli/gnofaucet.md)
41-
* [Gnoland RPC Endpoints](docs/gnoland-rpc-endpoints.md)
16+
- [Terminology](docs/terminology.md)
17+
- [Standard Libraries](docs/standard-libraries.md)
18+
- [Packages](docs/packages.md)
19+
- [Realms (Smart Contracts)](docs/building-a-realm/README.md)
20+
- [Overview](docs/building-a-realm/overview.md)
21+
- [Write Realms](docs/building-a-realm/writing-realms.md)
22+
- [Test Realms](docs/building-a-realm/testing-realms.md)
23+
- [Deploy and Call Realms](docs/building-a-realm/deploy-and-call-realms.md)
24+
- [Realm Examples](docs/building-a-realm/realm-examples/README.md)
25+
- [hello.gno](docs/building-a-realm/realm-examples/hello.gno.md)
26+
- [types.gno](docs/building-a-realm/realm-examples/types.gno.md)
27+
- [first.gno](docs/building-a-realm/realm-examples/first.gno.md)
28+
- [realm.gno](docs/building-a-realm/realm-examples/realm.gno.md)
29+
- [foo20.gno](docs/building-a-realm/realm-examples/foo.gno.md)
30+
- [foo721.gno](docs/building-a-realm/realm-examples/foo721.gno.md)
31+
- [CLI](docs/cli/README.md)
32+
- [Common Parameters](docs/cli/common-parameters.md)
33+
- [gnokey](docs/cli/gnokey.md)
34+
- [gnoland](docs/cli/gnoland.md)
35+
- [tm2txsync](docs/cli/tm2txsync.md)
36+
- [gno](docs/cli/gno.md)
37+
- [gnofaucet](docs/cli/gnofaucet.md)
38+
- [Environment Setup](docs/environment-setup/README.md)
39+
- [Initial Setup](docs/environment-setup/initial-setup.md)
40+
- [Build the Local Testnet](docs/environment-setup/build-the-local-testnet.md)
41+
- [Gnoland RPC Endpoints](docs/gnoland-rpc-endpoints.md)
4242

4343
## Tutorials
4444

45-
* [Interact with Gnoland](tutorials/interact-with-gnoland.md)
46-
* [Start Writing a Realm](tutorials/start-writing-a-realm.md)
47-
* [Port a Solidity Contract to a Gnolang Realm](tutorials/port-a-solidity-contract-to-a-gnolang-realm.md)
48-
* [Build a Demo Dapp](tutorials/a-sample-dapp.md)
45+
- [Interact with Gnoland](tutorials/interact-with-gnoland.md)
46+
- [Start Writing a Realm](tutorials/start-writing-a-realm.md)
47+
- [Port a Solidity Contract to a Gnolang Realm](tutorials/port-a-solidity-contract-to-a-gnolang-realm.md)
48+
- [Build a Demo Dapp](tutorials/a-sample-dapp.md)
4949

5050
## Resources
5151

52-
* [Developer Tools](resources/developer-tools/README.md)
53-
* [Wallet Integration](resources/developer-tools/wallet-integration.md)
54-
* [Socials](resources/socials.md)
52+
- [Developer Tools](resources/developer-tools/README.md)
53+
- [Wallet Integration](resources/developer-tools/wallet-integration.md)
54+
- [Socials](resources/socials.md)

docs/cli/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This section lists available Gno commands.
44

5-
* [Common Parameters](common-parameters.md)
6-
* [gnokey](gnokey.md) - used primarily for key management, but also for general interactions with gnoland
7-
* [gnoland](gnoland.md) - used for running a blockchain node
8-
* [tm2txsync](tm2txsync.md) - used for importing and exporting transactions from the local blockchain node storage
9-
* [gno](gno.md) - a handy tool for developing and prototyping gno packages / realms
10-
* [gnofaucet](gnofaucet.md) - serves as a faucet for GNOT, the native network currency
5+
- [Common Parameters](common-parameters.md)
6+
- [gnokey](gnokey.md) - used primarily for key management, but also for general interactions with gnoland
7+
- [gno](gno.md) - a handy tool for developing and prototyping gno packages / realms
8+
- [gnoland](gnoland.md) - used for running a blockchain node
9+
- [gnofaucet](gnofaucet.md) - serves as a faucet for GNOT, the native network currency
10+
- [tm2txsync](tm2txsync.md) - used for importing and exporting transactions from the local blockchain node storage

docs/cli/gno.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The following command will run `gno`.
88

99
```bash
10-
$ gno {SUB_COMMAND}
10+
gno {SUB_COMMAND}
1111
```
1212

1313
**Subcommands**

docs/cli/gnofaucet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Enable the faucet using the following command.
88

99
```bash
10-
$ gnofaucet serve
10+
gnofaucet serve
1111
```
1212

1313
#### **Options**
@@ -18,7 +18,7 @@ $ gnofaucet serve
1818
| `gas-wanted` | Int64 | The maximum amount of gas to use for the transaction (default: `50000`) |
1919
| `gas-fee` | String | The gas fee to pay for the transaction. |
2020
| `memo` | String | Any descriptive text (default: `""`) |
21-
| `test-to` | String | Test address (optional) 부연설명 필요 |
21+
| `test-to` | String | Test address (optional) 부연설명 필요 |
2222
| `send` | String | Coins to send (default: `"1000000ugnot"`). |
2323
| `captcha-secret` | String | The secret key for the recaptcha. If empty, the captcha is disabled (default: `""`). |
2424
| `is-behind-proxy` | Boolean | Uses X-Forwarded-For IP for throttling (default: `false`). |
@@ -29,21 +29,21 @@ $ gnofaucet serve
2929
### **Step 1. Create an account named `test1` with the test seed phrase below.**
3030

3131
```bash
32-
$ gnokey add test1 --recover
32+
gnokey add test1 --recover
3333
```
3434

3535
> **Test Seed Phrase:** source bonus chronic canvas draft south burst lottery vacant surface solve popular case indicate oppose farm nothing bullet exhibit title speed wink action roast
3636
3737
### **Step 2. Run `gnofaucet`**
3838

3939
```bash
40-
$ gnofaucet serve test1 --chain-id dev --send 500000000ugnot
40+
gnofaucet serve test1 --chain-id dev --send 500000000ugnot
4141
```
4242

4343
### **Step 3. Receive GNOTs from the faucet**
4444

4545
```bash
46-
$ curl --location --request POST 'http://localhost:5050' \
46+
curl --location --request POST 'http://localhost:5050' \
4747
--header 'Content-Type: application/x-www-form-urlencoded' \
4848
--data-urlencode 'toaddr={address to receive}'
4949
```

0 commit comments

Comments
 (0)