Automation for pinning Status Sticker Packs https://hub.docker.com/r/statusteam/auto-sticker-pinner
Go to file
Jakub Sokołowski 33ee8c095d
add readme
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-09 19:02:18 +02:00
.gitignore add gitignore suited for python 2020-06-08 12:45:00 +02:00
README.md add readme 2020-06-09 19:02:18 +02:00
abi.json add initial experiments 2020-06-08 12:45:38 +02:00
contract.py return parsed packs 2020-06-09 18:59:27 +02:00
ipfs.py return parsed packs 2020-06-09 18:59:27 +02:00
main.py return parsed packs 2020-06-09 18:59:27 +02:00
pack.py return parsed packs 2020-06-09 18:59:27 +02:00
requirements.txt add requirements 2020-06-08 12:45:26 +02:00

README.md

Description

This is an automation written in Python for pinning Status Sticker Packs to our IPFS cluster.

In simple terms it talks to a go-ethereum node over RPC and waits for specific Ethereum Contract events to detect new Sticker Packs being added. When it detects such an event it talks to the IPFS cluster to pin the pack metadata and all the images.

Usage

TODO

Details

TODO

Known Issues

TODO