Alvaro Revuelta 8203361a01
chore: bump zerokit to v0.5.0 including RLN v2 (#4)
Co-authored-by: Richard Ramos <info@richardramos.me>
2024-05-23 18:13:00 +02:00
2023-03-31 18:31:49 -04:00
2023-03-31 18:31:49 -04:00
2023-03-31 18:31:49 -04:00
2023-03-31 18:31:49 -04:00
2023-03-31 18:31:49 -04:00
2023-12-15 08:42:00 -04:00

This project is used in https://github.com/waku-org/go-zerokit-rln to bypass the 500mb limit for go modules

git clone https://github.com/waku-org/go-zerokit-rln_arm
cd go-zerokit-rln_arm
git submodule init
git submodule update --recursive
make

Updating zerokit

export ZEROKIT_COMMIT=master    # Use a commit, branch or tag
cd zerokit
git pull
git checkout ${ZEROKIT_COMMIT}
cd ..
make
git add zerokit
git add libs/*/librln.a
git commit -m "chore: bump zerokit"
git push

Adding a new architecture

  1. Edit ./scripts/build.sh to add the new architecture. Refer to this list of supported targets
  2. Edit ./rln/link.go to add a cgo build tag for the new architecture
Description
go bindings for zerokit rln in ARM architectures
Readme Apache-2.0
Languages
Go 64.3%
C++ 30.5%
Shell 3.5%
Makefile 1.7%