Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ronanyeah/pow-dapp

The world's first proof-of-work NFT 💥
https://github.com/ronanyeah/pow-dapp

blockchain elm nft solana

Last synced: 3 months ago
JSON representation

The world's first proof-of-work NFT 💥

Awesome Lists containing this project

README

        

# POW 💥

[pow.cafe](https://pow.cafe/)

[Smart contract code](https://github.com/ronanyeah/pow-program)

## Requirements
- [npm CLI](https://docs.npmjs.com/)

---

### Fetch dependencies
- `npm install`

### Build
- `npm run worker:build && npm run build`

### Develop
- `npm run worker:build`
- `npm run watch`
- Navigate to [localhost:8000](http:localhost:8000).

### Benchmark the key generator
- `npm run worker:build`
- `npm run benchmark`