Tuesday, 25 January 2022 09:15 bitcoinsofia Productivity Tools
A plain and simple data format converter with a focus on Bitcoin-specific formats.It can decode and encode standard formats like: "ascii", "utf8", "utf16le", "ucs2", "base64", "hex", "hex-LE", "binary", "decimal".It can also decode and encode Bitcoin...
Tuesday, 25 January 2022 09:10 bitcoinsofia Productivity Tools
This tool visualizes the evaluation of Bitcoin Scripts.It can parse ASM, HEX or BITD (bitcoind format) scripts.It can also accept a url query parameter `txInput=<txid>_i<indexOfInput>` which gets the locking and unlocking scripts of that input...
Tuesday, 25 January 2022 09:01 bitcoinsofia Productivity Tools
This tool decodes a transaction from a raw hexadecimal string, or from a txid.It visualizes what each section of the transaction byte code means and helps to parse it further by linking to other tools.
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...
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...