Skip to content

Rocknrostov/create-sui-wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create SUI wallet.

Create a SUI wallet and mint 3 test NFTs.

This version is stable, and will not break. However, when creating a new wallet, chrome will create a new window, and will pop up, so run this when you are leaving your screen.

Around 30-40 seconds to create a new wallet.

Chrome、Chromedriver

Must have chrome driver

  1. download

    Chrome and chrome driver must be the same version.

  2. Install

    For mac:

    Save the corresponding version into "usr/local/bin" and run:

    $ xattr -d com.apple.quarantine chromedriver

pip

pip3 install selenium

pip3 install pandas

crx

sui_wallet.crx is the v0.2.0 version.

Not up to date, but still can use.

You can also create it yourself by visiting chrome://extensions/ and package it as a new crx file.

Before Starting

Change the constant "faucet_mnemonic" in main.py to your own mnemonic with 50,000,000 SUI.(air drop)

Run

python3 -m main

Support

ethereum address: 0x8888888856cf9a441D638dc41fBd460D2d3b912D

About

Create sui wallet and mint three NFTs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%