Skip to content

Commit 0c0abf5

Browse files
authored
Merge pull request #7 from gateio/zkmerkle-proof
Updated to zk-SNARK verification method
2 parents 847fa97 + 7490ef5 commit 0c0abf5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4851
-679
lines changed

.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

FileSaver.js

Lines changed: 0 additions & 173 deletions
This file was deleted.

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build:
2+
go build ./main.go
3+
4+
build-linux:
5+
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build ./main.go
6+
7+
build-windows:
8+
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build ./main.go

0 commit comments

Comments
 (0)