arnaucube 7b32ec29fa | 3 years ago | |
---|---|---|
client | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
diagram.png | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
main.go | 3 years ago | |
package-lock.json | 3 years ago |
Example of usage of go-blindsecp256k1 & blindsecp256k1-js, including a server representing the 'signer', and a web representing the 'user'.
wasm_exec.js
in the client
directory:cd client
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
go run main.go
127.0.0.1:3000/web
/web/index.html
shows the js version/web/index-wasm.html
shows the WASM versionCheck loop-test for more details.