Skip to content

Commit

Permalink
feat: Build wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Jan 3, 2024
1 parent 4206ece commit 533f073
Show file tree
Hide file tree
Showing 4 changed files with 608 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/zk-crypto/src/wasm/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module github.com/bnb-chain/greenfield-js-sdk

go 1.21.5

require github.com/bnb-chain/zkbnb-crypto v0.0.8

require (
github.com/btcsuite/btcd/btcec/v2 v2.1.2 // indirect
github.com/consensys/gnark-crypto v0.7.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/ethereum/go-ethereum v1.10.17 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6 // indirect
)
Loading

0 comments on commit 533f073

Please sign in to comment.