Skip to content

xiangxn/nulspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pip3 install git+https://github.com/xiangxn/nulspy.git

from nulspy.nuls import NULS

nuls = NULS("http://beta.public1.nuls.io", "private key")

hash = await nuls.transfer("tNULSeBaMfn8mwR6THZoGzCgDCx3oeLnT1TsKh", "tNULSeBaMsJmAAAo6ooXu3QHnQCNcmjv6JyBix", 100000, "memo")
print(hash)
result = await nuls.api.getTx(hash)
print(result)

About

Python library for the NULS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages