Before we dive in, let’s first study the differences between realms and packages. A realm is a specific instance of a smart contract written in the Gnolang programming language. On the other hand, a package contains functionalities and utilities that can be used in realms. |
|
![]()
|
|
|
|
Our first realm will print the classic “hello world” message. |
|
Then, deploy the realm on our local gnoland. |
|
|
|
Run gnoland website on local env. |
|
Head to |
|
We can also call our smart contract using maketx call option |
|