An open API service indexing awesome lists of open source software.

https://github.com/danielesteban/nft-pixels

NFT Exploration
https://github.com/danielesteban/nft-pixels

Last synced: 4 months ago
JSON representation

NFT Exploration

Awesome Lists containing this project

README

          

nft-pixels
==

![screenshot](screenshot.png)

#### Local development

```bash
# clone this repo
git clone https://github.com/danielesteban/nft-pixels.git
cd nft-pixels
# install dependencies
npm install
# start local blockchain:
npm run ganache
# once started, copy & import a "private key" to your wallet

# from another terminal,
# deploy the contract & start the client:
npm run migrate
npm start
```