Skip to content

A TypeScript SDK to generate instruction for the Secp256r1 Precompile Program

Notifications You must be signed in to change notification settings

Bunkr-2FA/secp256r1-verify-instruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secp256r1 Signature Instruction

A simple library to create well-formed Secp256r1 signature instructions for use with the Secp256r1SigVerify program on Solana as a part of SIMD-48.

Setup

To use the Secp256r1SigVerify program, you will need to create a custom build of the solana-test-validator

To do this:

  1. Clone the master repo from: Bunkr-On-Chain-2FA/solana
  2. run: ./cargo build
  3. go to the /target directory and run ./solana-test-validator

Now you can run the tests in this repo using yarn test

About

A TypeScript SDK to generate instruction for the Secp256r1 Precompile Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published