project screenshot 1
project screenshot 2

Web3 Images

A simple API to populate NFT and eth address profile pictures.

Web3 Images

Created At

Web3Jam

Project Description

Our solution consists of 3 main parts:

  1. We already have metadata for all NFTs and their transfers stored from when we built https://nft.tokenhunt.io (also open sourced).
  2. An API with the following endpoints: /accounts/<account_id>/image - Retrieve image (or blockie if unset) for an eth address /collections/<registry_address>/tokens/<token_id>/image - Retrieve image for an NFT
  3. An example application to demonstrate how to use web3images

How it's Made

We use ENS for resolution. We use python + ether libs for getting nft data. We use react for frontend and ipfs for hosting files. It's all up and running at web3-images.kibalabs.com and the code is up at https://github.com/kibalabs/web3-images. The apis are web3-images-api.kibalabs.com/v1/accounts/<account_id>/image and web3-images-api.kibalabs.com/v1/collections/<registry_address>/tokens/<token_id>/image

background image mobile

Join the mailing list

Get the latest news and updates