Use our API to post a hash on the blockchain. This repository contains example code for using the stampd.io API.
Visit stampd.io to get your API credentials.
- Install pipenv
- Install requests library. Run
pipenv install requests - Run
pipenv shellin order to use this env - Set the variables at the top of the file
- Run
py apitest.py
Read the official documentation here.