mirror of
https://github.com/tlsnotary/tlsn-plugin-demo.git
synced 2026-01-08 21:08:13 -05:00
* Add interactive verifier demo * Serve and load plugin from local file * Show screenname at the end + removed attestation code * No more need for tlsn-js * Updated Docker container * Use environment variable to enable/disable POAPs * Improved UI * use LRU for tracking sessions Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
33 lines
293 B
Plaintext
33 lines
293 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Build outputs
|
|
build/
|
|
|
|
# Development files
|
|
.git/
|
|
.gitignore
|
|
.github/
|
|
|
|
README.md
|
|
.env.local
|
|
.env.development
|
|
*.md
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker files
|
|
Dockerfile*
|
|
docker-compose*.yml
|
|
|
|
# Logs
|
|
*.log |