Giter Club home page Giter Club logo

sui-network's Introduction

How to work

Please make sure that the golang environment currently exists and is >= 1.18.4

go mod tidy

You can change the number of generated sui wallets in main.go

package main

import (
	"SuiNetwork/sui"
)

func main() {
	dev := sui.NewSui()
    // nubmer of wallet [1:Infinity]
	dev.CreateWallet(10)
}

And you will see the following output and a wallet.json will be generated locally

> go run main.go

================== 正在创建Sui钱包 ==================
[+]:0x32495cea7a4dc3e05adbdc0d80417e2ceefd5f09 
[+]:0x100270dd578c09be59816325089132c380a71536 
[+]:0x1673f3376df16fdb4b71df3f8386a1ec2edc62c8 
[+]:0x5bf57e950018c0d7552b6ed4bb49df32a6d7a5ab 
[+]:0x78c4749d84ae22075e7d62c8709c8ac4e82c0116 
[+]:0x5833a110ab3c1df598ee2ec29af511b22f5540f6 
[+]:0x54a557139b45b23a9074156a3022a9e99b2b4703 
[+]:0x8adfa2940078029a5eeb126e950f831c7b7a6836 
[+]:0xe5cda58c4f28c5a642fc1ee1c86040643c1c4f0d 
======== Compile created Sui Wallet (10) ============= 

 

At the end

Please observe the rules of sui-network and do not abuse it.

sui-network's People

Contributors

kuwatakushi avatar

Watchers

 avatar

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.