Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 💥
- Host: GitHub
- URL: https://github.com/ronanyeah/pow-dapp
- Owner: ronanyeah
- Created: 2024-01-15T20:44:27.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-20T21:12:53.000Z (10 months ago)
- Last Synced: 2024-03-21T00:45:49.961Z (10 months ago)
- Topics: blockchain, elm, nft, solana
- Language: Elm
- Homepage: https://pow.cafe/
- Size: 490 KB
- Stars: 7
- Watchers: 1
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - ronanyeah/pow-dapp - The world's first proof-of-work NFT 💥 (Elm)
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`