26 Commits

Author SHA1 Message Date
tsukino
2bcc6ea66b chore(server): update readme 2024-02-20 23:50:34 +08:00
tsukino
056396fc9b feat(server): add ipfs upload and retrieval 2024-02-20 23:40:45 +08:00
tsukino
37341766f9 feat(server): add ipfs upload 2024-02-20 23:01:56 +08:00
tsukino
d65ae97b68 feat(server): add static file serving 2024-02-20 21:55:07 +08:00
tsukino
eaf99a73b2 refactor: directory structure for server and web 2024-02-20 21:46:22 +08:00
tsukino
494685a25c wip: add server boilerplate 2024-02-20 21:39:44 +08:00
Tanner Shaw
aa0e6ecf0a refactor: moved keys to seperate json file 2024-02-20 08:38:16 -05:00
Tanner Shaw
98d96b9af8 feat: added ability to select between different uploaded proofs 2024-02-20 08:38:16 -05:00
Tanner Shaw
202fdde9a0 feat: added component and store to select and switch between different proofs 2024-02-20 08:38:16 -05:00
Tanner Shaw
fcae28df88 refactor: isValidPEMKey not returning false on errors 2024-02-20 08:38:16 -05:00
Tanner Shaw
416568d9a0 refactor: added errors to notary key component 2024-02-20 08:38:16 -05:00
Tanner Shaw
a1195491b1 feat: adding more error handling for public key 2024-02-20 08:38:16 -05:00
Tanner Shaw
ded4a91113 feat: added component to show verified proof details 2024-02-20 08:38:16 -05:00
Tanner Shaw
0ef37e7fcc feat: added notaryKey store 2024-02-20 08:38:16 -05:00
Tanner Shaw
0c80452fff feat: added tlsn-js 2024-02-20 08:38:16 -05:00
Tanner Shaw
a166c46af1 refactor(FileUpload) add error checks for file size and type 2024-02-20 08:38:16 -05:00
Tanner
af16ab73c7 Merge pull request #1 from tlsnotary/explorer-main-components
Explorer main components
2024-01-29 07:41:37 -08:00
Tanner
789672e2be Update src/store/index.ts
Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-01-29 07:20:25 -08:00
Tanner Shaw
bad76ed3bc refactor(NotaryKey) update textarea styling 2024-01-25 14:34:57 -08:00
Tanner Shaw
e03bbc4271 feat(NotaryKey) add NotaryKey component
refactor(FileUpload) remove unused imports
chore(dependencies) upgrade terser
2024-01-25 13:16:41 -08:00
Tanner Shaw
c10fdf647f refactor(header) update header styles 2024-01-24 16:23:27 -08:00
Tanner Shaw
5188267cb4 feat(FileUpload) add file upload component
feat(App) add FileDrop component
2024-01-24 16:05:15 -08:00
Tanner Shaw
8625fc834d feat(components) add Header component 2024-01-24 10:41:29 -08:00
tsukino
a4e41214ce chore: add readme 2024-01-24 15:20:00 +08:00
tsukino
35f77b0e16 chore: add boilerplate for react + redux 2024-01-24 15:18:25 +08:00
tsukino
e3f81ceed1 chore: initialize repo 2024-01-24 12:21:11 +08:00