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.examplefile, rename to.env, and add your keys:DUNE_API_KEYFLIPSIDE_API_KEYWEB3_INFURA_PROJECT_ID(Note: Must have an Infrura account w/ RPC endpoints.)PRIVATE_KEY(For a wallet)
- Run
Create_OCEAN_Data_NFT.ipynb
