Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 878 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 878 Bytes

Bitcoin NFT Ordinals

Requirements

Xverse browser wallet: Xverse Download

Create a new wallet, click on the settings icon and change the Network to Testnet.

Click on receive, copy the Bitcoin address and fund via this testnet faucet: Testnet coin faucet

Visit the deployed website: Bitcoin NFT Ordinals

Running locally

Environment variables

Rename .env.examplefile to .env.local and update the API_KEY

Install dependencies

npm install

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.