Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbs-network/notary
[App Demo] Notary application (PoC)
https://github.com/orbs-network/notary
blockchain dapp notarization notary serverless
Last synced: 3 months ago
JSON representation
[App Demo] Notary application (PoC)
- Host: GitHub
- URL: https://github.com/orbs-network/notary
- Owner: orbs-network
- License: mit
- Created: 2019-05-15T11:16:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:30:25.000Z (almost 2 years ago)
- Last Synced: 2024-06-26T09:39:00.741Z (5 months ago)
- Topics: blockchain, dapp, notarization, notary, serverless
- Language: Svelte
- Homepage: https://orbs-network.github.io/notary/
- Size: 2.08 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notary
> Notary serves a simple purpose - store and verify documents.
This is a demo UI built on top of the [Orbs Notary Library](https://github.com/orbs-network/orbs-notary-lib)
## Getting started
### Running client
1. Install dependencies: `npm install` (skip if done before)
2. Start local dev server: `npm run dev`
3. Go to `http://localhost:9000`### Starting up gamma
1. Start up gamma server: `npm run gamma:start`
1. Deploy the notary contract: `npm run notary:local`## Deployment
1. Deploy statics: `npm run deploy`## License
MIT.