Skip to content

naomiHauret/holodevdao

Repository files navigation

Holo DevDAO

An alternative viewer for DevDAO NFT with a ✨holographic✨ twist.

Pre-requisites

  • node version >= 15.0.1 & npm >= 7.20.6. If you have nvm installed, run nvm use to use the same node and npm version used when this project was crafted ;
  • An Alchemy account & project
  • An Infura account & project

Setup

  1. Install the dependencies and setup Git hooks (via Husky) by running npm run setup in your terminal
  2. Copy the content of .env.dist and paste it in .env.local. Here are some values :
VITE_DEVELOPER_DAO_CONTRACT=0x25ed58c027921E14D86380eA2646E3a1B5C55A8b
VITE_DEVELOPER_DAO_CONTRACT_NETWORK=mainnet
VITE_DEVELOPER_DAO_CONTRACT_NETWORK_PROVIDER=mainnet
VITE_NETWORK_ID=1
VITE_OPENSEA_DIRECT_LINK_PREFIX=https://opensea.io/assets/0x25ed58c027921E14D86380eA2646E3a1B5C55A8b
VITE_OPENSEA_COLLECTION_LINK=https://opensea.io/collection/devs-for-revolution
VITE_ETHER_SCAN_LINK_PREFIX=https://etherscan.io/address
VITE_ETHERSCAN_TX_URL=https://etherscan.io/tx/
VITE_ALCHEMY_URL=
VITE_INFURA_PROJECT_ID=
VITE_INFURA_PROJECT_SECRET=

You will need to provide values for VITE_ALCHEMY_URL, VITE_INFURA_PROJECT_ID and VITE_INFURA_PROJECT_SECRET

  1. Run npm start
  2. Hit localhost:3000

Built with

About

An alternative viewer for DevDAO NFT with a ✨holographic✨ twist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published