Skip to content

Exercises from Sui by Example for Web3 Builders Alliance's SUI Bootcamp.

Notifications You must be signed in to change notification settings

dattgoswami/DattGoswami.Q1.Sui.PreR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sui Move Q1 Cohort Prerequisite Exercises

This repository contains exercises from Sui by Example completed as part of the Sui Move Q1 Cohort of Web3 Builders Alliance.

Getting Started

Prerequisites

Documentation Review:

  1. Sui Move Concepts
  2. Sui Object Model

Installation

Follow the instructions to set up and install Sui:

Package Creation

sui move new prereqs

Repository Structure

  • DattGoswami.Q1.Sui.PreR/
    • prereqs/ - Contains the Sui Move examples.
      • sources/ - Move source files.
        • capability.move
        • custom_transfer.move
        • entry_function.move
        • events.move
        • object_display.move
        • one_time_witness.move
        • shared_object.move
        • transfer.move
      • sui-framework/ - Fork of the Sui Framework.
      • Move.toml - Manifest file.

Exercises

Each Move file in the sources directory represents an exercise from "Sui By Example,".

About

Exercises from Sui by Example for Web3 Builders Alliance's SUI Bootcamp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published