https://github.com/orbs-network/notary
[App Demo] Notary application (PoC)
https://github.com/orbs-network/notary
blockchain dapp notarization notary serverless
Last synced: 6 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:30:25.000Z (over 3 years ago)
- Last Synced: 2025-08-10T23:48:49.474Z (8 months ago)
- Topics: blockchain, dapp, notarization, notary, serverless
- Language: Svelte
- Homepage: https://orbs-network.github.io/notary/
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- 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.