Links

Transpile-Compile

Transpile

This endpoint is use to convert solidity script into sCrypt. We need to pass base64 version of solidity script and in response we will get sCrypt script.
post
https://api.relysia.com
/v1/transpile
Transpile solidity code to sCrypt.

Compile

This endpoint is use to convert sCrypt script into bitcoin script. We need to pass base64 version of sCrypt script and in response we will get bitcoin script.
post
https://api.relysia.com
/v1/compile
Compile sCrypt code to Bitcoin Script.