In Gno, any addressable entity can own, send, and receive native coins by default.
By using the Banker module, you are able to send coins, such as
Each realm has access to the Banker module during runtime. The Banker can be cast it into a specific type of Banker. Each Banker type has its own set of access rights for security reasons.
Banker types useful for sending coins are the following:
Read more about the Banker module here.
Gno by Example is a community project.
Check out the GitHub repo.