mirror of
https://github.com/maceip/zknft.git
synced 2026-01-10 04:47:54 -05:00
43 lines
1.0 KiB
Markdown
43 lines
1.0 KiB
Markdown
<center><img src="/packages/common/static/bear.png" style=" width:80px ; height:80px " /></center>
|
|
|
|
# [tlsnotary](https://tlsnotary.org "tlsn") e2e demo
|
|
|
|
* notary server
|
|
* dapp to verify authdecode halo2 poseidon hashes
|
|
* webapp to create proofs
|
|
* solidity contracts for halo2 verification
|
|
* websockify to enable browsers to break free of their chains and get raw sock() access
|
|
|
|
### Developing
|
|
|
|
```
|
|
pnpm install
|
|
pnpm dev
|
|
```
|
|
<div>
|
|
|
|
|
|
**after running pnpm dev:**
|
|
1. your terminal should show:
|
|
<p align="center">
|
|
<img src="https://index-6551.s3.us-west-1.amazonaws.com/dash.png" style=" width:500px ; height:auto " />
|
|
|
|
2. open browser and go to: https://local.proof.markets:4173
|
|
3. _you should see the following_:
|
|
<p align="center">
|
|
<img src="/packages/common/static/web_demo.jpg" style=" width:400px ; height:auto " />
|
|
</p>
|
|
|
|
</div>
|
|
<br>
|
|
<br>
|
|
|
|
<div>
|
|
|
|
<p align="center">
|
|
<img src="/packages/common/static/t.png" style=" width:60px ; height:60px " />
|
|
<img src="/packages/common/static/l.png" style=" width:98px ; height:50px " />
|
|
</p>
|
|
</div>
|
|
|