See upstream README.md for general info
This is joemphilips's branch of Secp256k1. It builds C# consumable binary and publish as nupkg
The package will be published to myget feed, so consuming project must specify m
- Tweak file as you want.
- change version in
Secp256k1.Native.nuspec
and./publish.sh
- run
publish.sh
Note: right now it does not support windows. You might need to install
nuget
command addition to thedotnet
command
./build-macos.sh
... script to build on macos../build-ubuntu.sh
... script to build on ubuntu.- Only this one uses docker-image for building. so it can be run on any platform.