programs icon indicating copy to clipboard operation
programs copied to clipboard

Add a way to test signatures and send a signature to any chain

Open JesseAbram opened this issue 1 year ago • 0 comments

While writing the faucet I felt e2e testing was lacking, sure I can build and test the program, but I wanna be able to take the message and make sure it get signed properly then test it by sending it to the desired chain

Potential solutions

  • some sort of synedrion adapter to allow to spin and test and get the sig
  • an adapter a user can write to be able to send the sig to a desired chain

JesseAbram avatar Jun 06 '24 14:06 JesseAbram