Skip to content

ox-blueblue/wallet_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wallet_tool

这是一个web3钱包操作工具

使用方式

with sync_playwright() as playwright:           
	browser = playwright.chromium.connect_over_cdp("http://localhost:9222")
	default_context = browser.contexts[0]
	page = default_context.new_page()
	wallet = WalletTool(page, 'wallet password')
	wallet.okx_login_web()  

安装

$ pip install wallet_tool

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages