We aim to design a system for storing and querying Ethereum data via ETL techniques.
The system should be:
- containerized
- SQL
- idempotent
- portable to move data between hosts
#!/usr/bin/env python3 | |
""" | |
This is a pre-commit-msg hook that uses the OpenAI API to get a suggested commit message | |
for the diff that is about to be committed. | |
To use this hook, you will need to: | |
- Set the OPENAI_API_KEY environment variable to your OpenAI API key. |
The goal of this document is to overview the current state of (NFT) auction programming (on Ethereum), identify weaknesses, and propose solution ideas.
This document is provided for free at no cost. All ideas are open source and encouraged for use.
This is not a scientific paper. Its meant for easy reading.
A good auction model generally has the following properties: