https://github.com/danielesteban/nft-pixels
NFT Exploration
https://github.com/danielesteban/nft-pixels
Last synced: 4 months ago
JSON representation
NFT Exploration
- Host: GitHub
- URL: https://github.com/danielesteban/nft-pixels
- Owner: danielesteban
- License: mit
- Created: 2020-07-26T04:08:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T05:03:50.000Z (about 4 years ago)
- Last Synced: 2025-02-13T05:34:39.445Z (over 1 year ago)
- Language: HTML
- Homepage: https://projects.gatunes.com/nft-pixels/
- Size: 555 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nft-pixels
==

#### 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
```