mirror of
https://github.com/rheaplex/facecoins.git
synced 2026-09-16 08:31:47 +00:00
No description
- JavaScript 96.3%
- Solidity 2.6%
- HTML 0.8%
- CSS 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| app | ||
| build/contracts | ||
| contracts | ||
| flattened | ||
| images | ||
| metadata | ||
| migrations | ||
| scripts | ||
| test | ||
| .eslintrc.js | ||
| .gitignore | ||
| .mythx.yml | ||
| .solhint.json | ||
| .soliumignore | ||
| .soliumrc.json | ||
| COPYING | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| truffle-config.js | ||
Facecoin Edition
By Rhea Myers.
Your own sketch of a blockchain based on your cryptographic dientity, in your browser.
The generated images show the tokens at the time of deployment. Use the app code for a live view.
Licensing
Code: GPLv3 or later at your option.
Images (live and generated): CC0 if copyrightable.
Development
Installation
nvm install v19.3.0
nvm use v19.3.0
npm install -g truffle
npm install -g ganache
npm install -g local-web-server
npm install
Local
# In different console session s
npm run ethnode
npm run develop
npm run serve