Skip to content

Commit 1e26fcc

Browse files
moulthehowl
andauthored
chore: improve README.md (#9)
* chore: improve README.md * small changes --------- Co-authored-by: Morgan Bazalgette <[email protected]>
1 parent ca39592 commit 1e26fcc

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
# Getting Started with Gno
1+
# :magic_wand: Getting Started with Gno
22

3-
Welcome to the world of Gno! This repo is designed to help you effortlessly begin your journey into writing your first Gnolang Realm.
3+
Welcome to the world of Gno! Through this repository, you can effortlessly embark on a journey to write your first Gno realm -- otherwise known as a smart contract.
44

55
## Suggested Discovery Plan
66

7-
1. Learn to use the `gno` CLI to write and test (`gno test [PATH]`) your contracts without relying on a blockchain.
8-
2. Master `gnokey` for managing your account and performing transactions.
9-
3. Discover how to publish contracts on your local devnet.
10-
4. Obtain faucet tokens and publish your contracts on https://staging.gno.land or another testnet.
7+
1. Check out the tutorial section of [Awesome Gno](https://github.com/gnolang/awesome-gno#tutorials) and explore the [YouTube channel](https://www.youtube.com/@_gnoland/videos) for previous workshops and demos.
8+
2. Learn to use the `gno` CLI to write and test your contracts (`gno test [PATH]`) without relying on a blockchain. It offers speed and convenience, and works similarly to the `go` command line tool.
9+
3. Master `gnokey` for account management and performing transactions.
10+
4. Discover how to publish contracts on your local devnet.
11+
5. Obtain faucet tokens and publish your contracts on https://staging.gno.land or another testnet.
12+
6. Start building more complex dApps, utilizing realms (`/r/...`) and pure packages (`/p/...`) you create or those crafted by the community. Leverage the `Render()` function for smooth interactions.
13+
7. Experiment with creating web frontends or new clients to engage with the chain and your contracts.
1114

1215
## Using Gitpod
1316

14-
Gitpod makes it easy to start by providing a `gnoland` node, a `gnoweb` server, and a pre-configured terminal with the `gno` CLI.
17+
Gitpod simplifies the setup by providing a `gnoland` node, a `gnoweb` server, and a pre-configured terminal with the `gno` CLI.
1518

16-
1. Simply click on the button below.
19+
1. Just click the button below.
1720
2. Start hacking!
1821

1922
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/new/#https://github.com/gnolang/getting-started)
@@ -26,7 +29,7 @@ Gitpod makes it easy to start by providing a `gnoland` node, a `gnoweb` server,
2629

2730
## Gno IDE
2831

29-
_coming soon_
32+
_Coming soon_
3033

3134
## Resources
3235

0 commit comments

Comments
 (0)