You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
arnaucube 7b32ec29fa Loop-test send signature to server to be verified 3 years ago
client Loop-test send signature to server to be verified 3 years ago
.gitignore Add loop nodejs client test 3 years ago
LICENSE Add example Server & Client 3 years ago
README.md Add loop nodejs client test 3 years ago
diagram.png Add example Server & Client 3 years ago
go.mod Update go-blindsecp256k1 version 3 years ago
go.sum Update go-blindsecp256k1 version 3 years ago
main.go Loop-test send signature to server to be verified 3 years ago
package-lock.json Loop-test send signature to server to be verified 3 years ago

README.md

blindsig-client-server-example

Example of usage of go-blindsecp256k1 & blindsecp256k1-js, including a server representing the 'signer', and a web representing the 'user'.

Run

  • Needs go installed
  • If wants to use the WASM web version:
    • Add the file wasm_exec.js in the client directory:
    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
    • /web/index.html shows the js version
    • /web/index-wasm.html shows the WASM version

Loop test

Check loop-test for more details.

Flow

diagram