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.
Contributions are welcome. The documentation site was built with Vocs: a vite based minimal static documentation generator.
- Clone the repository:
git clone https://github.com/goodylili/suibyexamples.com.git- Install dependencies and Vocs:
npm install
npm i vocs- Make your changes and test in development:
npm run dev- 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-branchYou can also contact me via any of the channels on my profile or send an email to [email protected] to suggest content and contributions.
