entropyxyz / programs

Source, toolchain, and examples for using programs on Entropy
https://docs.entropy.xyz/concepts/programs/
GNU Affero General Public License v3.0
19 stars 3 forks source link

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

Open JesseAbram opened 3 months ago

JesseAbram commented 3 months ago

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