Skip to content

An Open & Better Way To View & Share Collections On The Ethereum Blockchain. Web3 NFT Gallery Built With NextJs, Typescript + Alchemy & Moralis API.

Notifications You must be signed in to change notification settings

davidpobi/Atomic

Repository files navigation

An Open & Better Way To View & Share Collections On The Ethereum blockchain.

Demo

Responsive on desktop and mobile devices. Tablet screens coming soon.

Preview

Popular Contracts

Test Contracts of popular collections to play with:

0x620b70123fb810f6c653da7644b5dd0b6312e4d8 - Space Doodles

0x2765b02b022b1e3cc84afef86d7a21c14b79cec4 - DSGN

0xe785e82358879f061bc3dcac6f0444462d4b5330 - World of Women

Getting Started with Atomic

git clone https://github.com/davidpobi/Atomic.git
cd atomic
npm install

Setting Up API Keys

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"

yarn install

Install app dependencies

yarn run dev

Runs the app in the development mode.
Open http://localhost:5700 to view it in the browser.

yarn run build

Builds the app for production to the build folder.\

Your app is ready to be deployed!

About

An Open & Better Way To View & Share Collections On The Ethereum Blockchain. Web3 NFT Gallery Built With NextJs, Typescript + Alchemy & Moralis API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages