# Gnoland test3教程 **Published by:** [Silent ⚛| validator](https://paragraph.com/@exploring/) **Published on:** 2022-11-05 **URL:** https://paragraph.com/@exploring/gnoland-test3 ## Content Cosmos生态近期火热。Gnoland是Cosmos前创始人Jae Kwon创立的可互操作的高并发智能合约平台。开发者可以用Gno语言在链上构建智能合约。 Gnoland test3刚刚发布。 https://test3.gno.land/ 目前还没有发布任务,我们可以先创建钱包,领取测试币,以防之后没有测试币无法完成任务。 本教程的系统环境为ubuntu。你也可以使用WSL版Ubuntu在Windows系统的电脑上运行。安装基础环境sudo apt-get update -y && sudo apt-get upgrade -y; sudo apt-get install curl build-essential jq git -y; 安装go 1.19+cd sudo rm -rf /usr/local/go; curl https://dl.google.com/go/go1.19.2.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf - ; cat <<'EOF' >>$HOME/.profile export GOROOT=/usr/local/go export GOPATH=$HOME/go export GO111MODULE=on export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin EOF source $HOME/.profile 安装完成后运行以下命令查看版本go version 正常情况显示如下go version go1.19.2 linux/amd64 下载源代码并编译cd git clone https://github.com/gnolang/gno/ cd gno make install 运行 gnokey 检查,正常情况显示如下运行gnokey创建钱包gnokey add 钱包名 设置密码,确认密码后将生成钱包,记得保存助记词,助记词遗失后无法恢复创建钱包,红线处为地址查看现有钱包领水上图红线处为地址,例如我的是 g1q8esfwfp7z2fjlvvyea7dz5caf440v746hul93 复制地址,去水龙头领水。 https://test3.gno.land/faucet 领水成功后,网页返回faucet success查余额 gnokey query auth/accounts/你的地址 --remote test3.gno.land:36657 查余额,显示如下上图“coins”后面便是我的账号的余额,注意1gnot=1000000ugnot 接下来,我们只需等待官方之后发布的任务即可。领水方法二(只能领水,可能不能完成后面的任务)安装Adena - Chrome Web StoreAdena is a friendly browser extension wallet for the gno.land blockchain.https://chromewebstore.google.com钱包插件,创建钱包即可得到gno地址。adena钱包插件复制地址,去水龙头领水。 https://test3.gno.land/faucet 领水成功后,网页返回faucet success 这种方法只适合目前领水,很可能不能完成后面的任务,任务大概率还是需要安装上面的gnokey cli程序。本教程还会持续更新,欢迎关注 https://silentvalidator.com ## Publication Information - [Silent ⚛| validator](https://paragraph.com/@exploring/): Publication homepage - [All Posts](https://paragraph.com/@exploring/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@exploring): Subscribe to updates - [Twitter](https://twitter.com/EthExploring): Follow on Twitter