gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source
https://gno.land/
Other
849 stars 345 forks source link

[docs] install local testnet / test contracts locally #478

Closed moul closed 5 months ago

moul commented 1 year ago

We should improve the documentation about how to work locally. Addresses #408


Is it possible to install a local testnet to get a proper local development environment?

First, there are multiple ways to interact with Gno:

Now, if you prefer to run a full blockchain node instead of just playing with GnoVM, you should play with the gnoland binary. I suggest you run at this video, made by @zivkovicmilos, showing it in practice: https://www.youtube.com/watch?v=-BlnEXCs0eI. Another old resource may also help you: https://test2.gno.land/r/boards:testboard/5.


To people playing Game of Realms. This is an interesting tutorial to write (see #408).

leohhhn commented 5 months ago

Closing this issue since we have setup documentation live on the official docs.