Watch
1
0
Fork
You've already forked facecoins
0
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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-10-14 10:55:04 -07:00
app Fix the number of tokens. Simplify startup. 2024-10-14 10:55:04 -07:00
build/contracts Redeployed. 2023-01-19 17:32:27 -08:00
contracts Redeployed. 2023-01-19 17:32:27 -08:00
flattened Redeployed. 2023-01-19 17:32:27 -08:00
images Preparing for redeployment with metadata included. 2023-01-18 20:00:43 -08:00
metadata Fix metadata! 2023-01-26 22:30:53 +01:00
migrations Redeployed. 2023-01-19 17:32:27 -08:00
scripts Fix metadata! 2023-01-26 22:30:53 +01:00
test Redeployed. 2023-01-19 17:32:27 -08:00
.eslintrc.js This needs fixing. 2023-01-06 16:35:36 -08:00
.gitignore Linted ready to deploy. 2023-01-17 16:29:34 -08:00
.mythx.yml Linted ready to deploy. 2023-01-17 16:29:34 -08:00
.solhint.json Linted ready to deploy. 2023-01-17 16:29:34 -08:00
.soliumignore Linted ready to deploy. 2023-01-17 16:29:34 -08:00
.soliumrc.json Linted ready to deploy. 2023-01-17 16:29:34 -08:00
COPYING More deployment prep. 2023-01-17 17:49:51 -08:00
package-lock.json Change flattening method to work with Etherscan. 2023-01-17 19:11:47 -08:00
package.json Redeployed. 2023-01-19 17:32:27 -08:00
README.md More deployment prep. 2023-01-17 17:49:51 -08:00
truffle-config.js Change flattening method to work with Etherscan. 2023-01-17 19:11:47 -08:00

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