Skip to content

Quiark/pyava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Avalanche Python SDK

This library provides functions for working with the Avalanche cryptocurrency API, parse transactions and work with addresses.

Calling API

from pyava.api import *

tx = defaultClient.call('ext/bc/X', 'avm.getTx', txid)

Parsing transactions

from pyava.api import *

data = read_Ptx(txid)

NOTE that not all data structures are currently represented but it should be easy enough to fill the missing ones into pyava.txparse based on the docs or gecko golang source code.

About

Avalanche Python SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages