Skip to content

Ifechukwudaniel/address-vision-port

 
 

Repository files navigation

address.vision

Description

address.vision is a web application that allows users to quickly query an Ethereum address or an ENS name via a browser. It fetches and displays the NFTs and tokens associated with the queried address. The project utilizes Next.js, TailwindCSS, and DaisyUI for the frontend and uses the OpenSea and Covalent APIs for data fetching.

Table of Contents

  1. Installation
  2. Usage
  3. Features
  4. Contributing
  5. License
  6. Contact

Screen Shot 2023-10-16 at 6 34 51 PM

Installation

To get started with address.vision, follow these steps:

  1. Clone the repository:

    git clone https://github.com/BuidlGuidl/address-vision-port.git
  2. Create a .env.local file in the root directory and populate it with the necessary environment variables.

  3. Install packages with

    yarn
  4. Start the app with

    yarn start

Usage

To use address.vision, simply search for an Ethereum address or an ENS name in the search bar. The application will fetch and display the NFTs and tokens related to the address.

Features

  • Built with Next.js for optimal performance.
  • Styled with TailwindCSS and DaisyUI for a modern, responsive design.
  • Utilizes OpenSea API to fetch and display NFTs.
  • Utilizes Covalent API to fetch tokens and their current prices.

Contributing

We welcome contributions to address.vision. For more details, please refer to the CONTRIBUTING.md file.

License

This project is licensed under the terms specified in the LICENCE.md file.

Contact

For more information or for contribution inquiries, you can join our Telegram Group.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • JavaScript 2.1%
  • Solidity 1.2%
  • Other 0.2%