Quickly create OCEAN Data NFTs by querying blockchain data from different providers (Dune & Flipside).
- Fork this repo.
- Create a GitHub Codespaces workspace, which will automatically setup a Python environment with the following:
- Python 3.8.
pip install -r requirements.txt
- Copy the
.env.example
file, rename to.env
, and add your keys:DUNE_API_KEY
FLIPSIDE_API_KEY
WEB3_INFURA_PROJECT_ID
(Note: Must have an Infrura account w/ RPC endpoints.)PRIVATE_KEY
(For a wallet)
- Run
Create_OCEAN_Data_NFT.ipynb