@arweave/wasm-secp256k1
v0.0.8
Published
Minimal wrapper around libsecp256k1 library (https://github.com/bitcoin-core/secp256k1).
Readme
wasm-secp256k1
The libsecp256k1 C library compiled to WASM and wrapped with an ultralight TypeScript API.
Building
Project uses and requries following dependencies:
- Bun: https://bun.sh/docs/installation
- Docker: https://docs.docker.com
# Display usage and targets
make sense
# Build
git submodule update --init --recursive
make build
# Publish
make publish