Skip to content

Commit

Permalink
chore: fix typos (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Touron <[email protected]>
  • Loading branch information
moul authored Apr 2, 2022
1 parent 0f35aa8 commit 93bc591
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/gno.land/r/boards/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is a demo of Gno smart contract programming. This document was
constructed by Gno onto a smart contract hosted on the data Realm
constructed by Gno onto a smart contract hosted on the data Realm
name ["gno.land/r/boards"](https://gno.land/r/boards/)
([github](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/boards)).

Expand All @@ -13,7 +13,7 @@ with `--remote localhost:26657` for local testnets.
```bash
git clone [email protected]:gnolang/gno.git
cd ./gno
make
make
```

### Add test account.
Expand Down Expand Up @@ -58,7 +58,7 @@ cd ./gnoland/website; go run \*.go
./build/gnokey broadcast addpkg.boards.signed.txt --remote gno.land:36657
```

### Create a board with a smart contrct call.
### Create a board with a smart contract call.

```bash
./build/gnokey maketx call test1 --pkgpath "gno.land/r/boards" --func CreateBoard --args "gnolang" --gas-fee 1gnot --gas-wanted 2000000 > createboard.unsigned.txt
Expand All @@ -72,7 +72,7 @@ Next, query for the permanent board ID by querying (you need this to create a ne
GetBoardIDFromName(\"gnolang\")"
```

### Create a post of a board with a smart contrct call.
### Create a post of a board with a smart contract call.

```bash
./build/gnokey maketx call test1 --pkgpath "gno.land/r/boards" --func CreatePost --args 1 --args "Hello World" --args#file "./examples/gno.land/r/boards/README.md" --gas-fee 1gnot --gas-wanted 2000000 > createpost.unsigned.txt
Expand Down
8 changes: 4 additions & 4 deletions gnoland/website/views/faucet.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<link rel="stylesheet" href="/static/css/app.css"/>
</head>
<body onload="main()">
<div id="header">
<a id="logo" href="/">GNO.LAND</a>
<div id="header">
<a id="logo" href="/">GNO.LAND</a>
{{ template "header_buttons" }}
</div>
</div>
<div id="home">
<pre id="source">

This is the Gno.land (test) facet.
This is the Gno.land (test) faucet.

<form method="POST" action="http://gno.land:5050/">
<label for="toaddr">GNO.land address (e.g. g1jg8mtutu9khhfwc4nxmuhcpftf0pajdhfvsqf5):</label><br>
Expand Down

0 comments on commit 93bc591

Please sign in to comment.