Skip to content

warpdotgreen/attestations-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attestations API

This API is used to manage validator attestations. Each week on Wednesday, a new 32-byte challenge is chosen by looking at recent Chia blocks. Validators sign the challenge to prove they still have access to their private keys. A guide can be found here.

Install

python3 -m venv venv
. ./venv/bin/activate
pip install --extra-index-url https://pypi.chia.net/simple/ chia-dev-tools==1.2.6
pip install -r requirements.txt
cp .env.example .env
nano .env

Run

uvicorn main:app --reload

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages