A simple library to create well-formed Secp256r1 signature instructions for use with the Secp256r1SigVerify program on Solana as a part of SIMD-48.
To use the Secp256r1SigVerify program, you will need to create a custom build of the solana-test-validator
To do this:
- Clone the master repo from: Bunkr-On-Chain-2FA/solana
- run:
./cargo build
- go to the
/target
directory and run./solana-test-validator
Now you can run the tests in this repo using yarn test