Skip to content

goodylili/suibyexamples.com

Repository files navigation

Sui By Examples

Sui By Examples Homepage

Sui by examples is a collection of fast guides, tutorials, videos and cheat sheets for anybody to start learning Move and building on Sui in minutes.

The project includes Sui CLI, Sui Move, Sui TypeScript SDK, Walrus Sites, and Walrus TypeScript SDK tutorials guides for you to just Move.

Contributing

Contributions are welcome. The documentation site was built with Vocs: a vite based minimal static documentation generator.

  1. Clone the repository:
git clone https://github.com/goodylili/suibyexamples.com.git
  1. Install dependencies and Vocs:
npm install
npm i vocs
  1. Make your changes and test in development:
npm run dev
  1. Make a pull request on a different branch:
# Create and switch to a new branch for your changes
git checkout -b my-feature-branch

# Stage your changes
git add .

# Commit your changes with a clear message
git commit -m "Add: My feature or fix description here"

# Push your branch to GitHub
git push origin my-feature-branch

You can also contact me via any of the channels on my profile or send an email to [email protected] to suggest content and contributions.

About

Sui examples for developer to start moving fast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •