Code Monkey home page Code Monkey logo

suiproject's Introduction

suiProject

sui 链的打铭文的例子 本例子的网站 https://issp.io/#/sui20

运行截图

Alt text

安装

项目目录下,运行以下命令来安装所需的依赖:

npm i

首先,您需要在 keys.txt 文件中输入相关的信息。请确保按照下面的格式添加您的信息(例如,地址、私钥等),一行一个: (用这个钱包 https://chrome.google.com/webstore/detail/efbglgofoippbgcjepnhiblaibcnclgk 点击 Account Details )

0x53b99721eb**********132ad0a6
0xa5d67**********c4841dfe7e----0x53b99721eb**********132ad0a6

运行

然后,运行以下命令来启动程序:

node index.js

说明及修改

单账号单个进程同时运行

对于其他网站怎么搞 网站源代码中(f12) 搜索 .movecall 定位到 自己要写 bot 的地方 下断点 找到并替换 this.#trg = 0xd0ea9bc91c3855e9b58a51cd55e8455b37bd5c75f70b4d6e97e54b55c4ba4ae8::sui20::mint;

const [l] = txb.splitCoins(txb.gas, [txb.pure(fee)]);
const f = txb.moveCall({
target: this.#trg,
arguments: [
    txb.object(
    txb.object(
        "0x0552767a0f3c11d86ad0e8fa78e7115f0fa1414cbec50e73be7565caada005f1"
    )
    ),
    txb.object(
    "0x0000000000000000000000000000000000000000000000000000000000000006"
    ),
    txb.pure("issp"),
    txb.pure("5000"),
    l,
],
typeArguments: [],
});
txb.transferObjects([f], txb.pure(this.#address));

根据网站 重点修改这里 看网站怎么写 就怎么改 这里是修改手续费的地方 没有就删除此段 有的话 就改下 fee 就行

const [l] = txb.splitCoins(txb.gas, [txb.pure(fee)]);

arguments 中的 就看网站怎么写就怎么写 下图 就是 网站中的例子 Alt text

suiproject's People

Contributors

okeyzero 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

Watchers

 avatar  avatar

suiproject's Issues

不能用啊 报错

throw new Error(
^

Error: Wrong secretKey size. Expected 32 bytes, got 35.

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.