Code Monkey home page Code Monkey logo

letsmove's Introduction

letsmove

Let's Move 一项学Move获得SUI的激励计划,鼓励更多的人学习Move语言

带奖励的学习任务

学习任务

社区 & 问答

bootcamp视频

期数 视频 源码
2024年4-6月 TinTin B站 课程源码

书籍

书名 中文 英文 配套视频
Move Book 中文 英文
Move Reference 中文 英文
Move 导论 中文 Sui Move Intro Course bilibili Youtube
Let's Move Sui 中文 let's move
Sui Book 中文
Sui Move by Example 中文 Sui Move by Example
轻松入门Move 轻松入门Move
Move Master 中文 move master
move castle 中文 move castle

学习路径

文档

代码库

SDK

生态项目源码

letsmove's People

Contributors

11532d avatar 404ll avatar alva-lin avatar croal99 avatar dlongx avatar do0x0ob avatar ecnemsue avatar fyj1230 avatar guinjgida avatar gunksd avatar huzm99 avatar jf-li00 avatar lazy-forever avatar lidashu avatar lzhscw avatar m4sk93 avatar martinyeung5 avatar robbiechen avatar serlight avatar syyani avatar unclemoto avatar uvd avatar windynanzi avatar windyund avatar xu8117 avatar xunfragrant avatar yjshi2015 avatar youlixiaosheng avatar zcy1024 avatar zzf222 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

letsmove's Issues

建议增加点任务

再增加点任务吧,没奖励的也行。通过任务学习比看视频和文档效率高

task4请教

task 4 的game 必须用task2的 Faucet Coin。
task2的package和task4的package不同,task2 package已经部署到mainnet, task4如何使用task2 的module。能否给一些学习方向的建议或资料

task1 报错请教

代码:

module hello_move::hello_move {
    use std::ascii::{String, string};
    use sui::object::{Self,UID};
    use sui::transfer::transfer;
    use sui::tx_context::{TxContext, sender};

    public struct Hello has key{
        id:UID,
        say: String
    }

    fun init(ctx: &mut TxContext) {
        let hello_move = Hello {
            id:object::new(ctx),
            say: string(b"shismart-cool"),
        };
        transfer(hello_move, sender(ctx));
    }
}

执行: sui client publish --gas-budget 100000000
报错:
error[E02004]: invalid 'module' declaration
┌─ /Users/.move/https___github_com_MystenLabs_sui_git_framework__testnet/crates/sui-framework/packages/move-stdlib/sources/vector.move:241:74

241 │ public macro fun find_index<$T>($v: &vector<$T>, $f: |&$T| -> bool): Option {
│ ^^^^^^^^^^^ 'std::option' uses 'std::vector'. This 'use' relationship creates a dependency cycle.

看起来像是sui内部报错了,不知道是不是我哪里写的有问题。
我给他们提个issue了:MystenLabs/sui#18920
还没有回复,所以过来请教一下有没有大佬知道要怎么处理比较好?我可以本地把这个文件的内容给改掉么?
我的版本是:sui 1.29.2-homebrew

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.