Skip to content

MetaAdsTeam/web3-token-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web3 Token implementation for python

Using this package you can verify web3 token, get signer, signed message and statement

Getting it

To download web3-token, either fork this github repo or simply use PyPI via pip.

$ pip install web3-token

Usage

1 - Import

from web3_token import Web3Token

2 - Usage:

wt = Web3Token(token)

signer = wt.get_signer(validate=True)

token_data = wt.get_data()

statement = wt.statement

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages