nhphong / basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basics

Very basic examples to illustrate the nuts and bolts of programming in Sui.

  • Object: a heavily commented example of a custom object.
  • Sandwich: example of object exchange logic--combining ham and bread objects to produce a sandwich.
  • Lock: example of a shared object which can be accessed if someone has a key.

About


Languages

Language:Move 100.0%