Saturday, 28 March 2020 06:26 Guest APIs and Dev Tools
sCrypt is designed to facilitate writing smart contract running on chain. This is an online IDE that allows you to quickly get up and running.  It is easy to learn. Syntactically, sCrypt is similar to Solidity, making it easier to be adopted by existing...
Saturday, 28 March 2020 06:14 Guest APIs and Dev Tools
sCrypt extension for Visual Studio Code sCrypt (pronounced “ess crypt”) is a high-level smart contract language for Bitcoin SV. This extension adds rich language support for sCrypt to VS Code. Features This extension provides the following...
Monday, 24 February 2020 22:53 Guest Tutorials & Learning Resources
sCrypt (pronounced “ess crypt”) is a high-level smart contract language for Bitcoin SV. Bitcoin supports smart contract with its Forth-like stack based Script language. However writing smart contract in native Script is cumbersome and error-prone. It...