Skip to content

Everlastly-team/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Everlastly

Everlastly API for Python. Notarize data using the blockchain. Asynchronous version is here.

Installation

pip install everlastly

Usage

from everlastly import Everlastly

# Sign up and get your keys at https://everlastly.com/keys
e=Everlastly('pub key', 'priv key')

example_hash="3e79ffa0e95c435ec8ee50ebb6959259968b4c66852d4fba4fc0876e83b4a0e1"

anchor_result = e.anchor(example_hash, metadata={"additional info":"隨機詞"})
#...
#Wait for it
if anchor_result["success"]:
  print(e.get_receipts([ anchor_result["receiptID"], ])

Feedback

Contact us via support@everlastly.com

About

Synchronous Everlastly API wrapper for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages