https://github.com/stallingerl/verifile
Proof of Existence
https://github.com/stallingerl/verifile
blockchain doichain proof-of-existence
Last synced: 1 day ago
JSON representation
Proof of Existence
- Host: GitHub
- URL: https://github.com/stallingerl/verifile
- Owner: stallingerl
- Created: 2021-04-13T13:35:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T05:19:54.000Z (over 4 years ago)
- Last Synced: 2025-03-24T05:03:13.462Z (7 months ago)
- Topics: blockchain, doichain, proof-of-existence
- Language: JavaScript
- Homepage:
- Size: 72 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Installation
Just download the code from Github and install the dependencies.git clone git@github.com:stallingerl/Verifile.git
cd Verifile
npm installNow let's build the CSS assets before starting the app.
npm run build
## Configuration
You need to create a config file to store your own server, BTC wallet and email information.cp config/test.yaml config/local-development.yaml
Report to the config page to learn more about config variables.
## Running
npm start
The app will be listening at http://localhost:3004/.
Read [the docs](https://docs.proofofexistence.com) for more.
## Known Issues
* It can't support Microsoft Windows. (__Even you try to run under MYSYS__)## License
© Copyright 2021 WEBanizer AG, all rights reserved.