Difference between revisions of "SCrypt"

From RunWiki
Jump to: navigation, search
(Created page with "<p>sCrypt is a high-level smart contract language for <span class="nowrap">Bitcoin SV</span>.</p> The difference with RUN is that while RUN is mostly a layer2 protocol,...")
 
 
Line 1: Line 1:
 
<p>sCrypt is a high-level smart contract language for&nbsp;<span class="nowrap">Bitcoin SV</span>.</p>
 
<p>sCrypt is a high-level smart contract language for&nbsp;<span class="nowrap">Bitcoin SV</span>.</p>
  
The difference with RUN is that while RUN is mostly a layer2 protocol, sCrypt is a layer1 protocol that looks like typescript with more limitations, and compiles to native bitcoin script (using OP_codes). sCrypt is designed to facilitate writing complex Laer1 smart contracts running on-chain.
+
The difference with RUN is that while RUN is mostly a layer2 protocol, sCrypt is a layer1 protocol that looks like typescript with more limitations, and compiles to native bitcoin script (using OP_codes). sCrypt is designed to facilitate writing complex Layer1 smart contracts running on-chain.
  
 
You can then use these Layer1 smart contracts as more complex Locks for your RUN jigs and classes.
 
You can then use these Layer1 smart contracts as more complex Locks for your RUN jigs and classes.
  
 
Go to [https://scrypt.io/ scrypt.io] to learn more.
 
Go to [https://scrypt.io/ scrypt.io] to learn more.

Latest revision as of 23:26, 14 December 2022

sCrypt is a high-level smart contract language for Bitcoin SV.

The difference with RUN is that while RUN is mostly a layer2 protocol, sCrypt is a layer1 protocol that looks like typescript with more limitations, and compiles to native bitcoin script (using OP_codes). sCrypt is designed to facilitate writing complex Layer1 smart contracts running on-chain.

You can then use these Layer1 smart contracts as more complex Locks for your RUN jigs and classes.

Go to scrypt.io to learn more.