mirror of
https://github.com/arnaucube/blindsig-client-server-example.git
synced 2026-02-06 18:56:40 +01:00
d07bfe063c6f0081c60b4dede3bbee8b9b6c9ad6
blindsig-client-server-example
Example of usage of https://github.com/arnaucube/go-blindsecp256k1, including a server representing the 'signer', and a web representing the 'user'.
Run
- Needs go installed
- Add the file
wasm_exec.jsin theclientdirectory:
cd client
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
- Run the server:
go run main.go
- Open the browser at
127.0.0.1:3000/web
Flow
Languages
JavaScript
99.5%
HTML
0.3%
Go
0.2%
