An Open & Better Way To View & Share Collections On The Ethereum blockchain.
Responsive on desktop and mobile devices. Tablet screens coming soon.
Test Contracts of popular collections to play with:
0x620b70123fb810f6c653da7644b5dd0b6312e4d8 - Space Doodles
0x2765b02b022b1e3cc84afef86d7a21c14b79cec4 - DSGN
0xe785e82358879f061bc3dcac6f0444462d4b5330 - World of Women
git clone https://github.com/davidpobi/Atomic.git
cd atomic
npm install
Interacting with Web3 in your browser will require to have API Keys from Moralis Web3 & Alchemy API. Grab the respective keys to complete the steps below.
Create .env file in root folder
Replace 'XXX-XXX' with respective keys
REACT_APP_MORALIS_SERVER_URL = "XXX-XXX"
REACT_APP_MORALIS_API_KEY = "XXX-XXX"
NEXT_PUBLIC_ALCHEMY_API_KEY = "XXX-XXX"
ALCHEMY_API_KEY = "XXX-XXX"
Install app dependencies
Runs the app in the development mode.
Open http://localhost:5700 to view it in the browser.
Builds the app for production to the build
folder.\
Your app is ready to be deployed!