Show
Destroy
An entry
Get it down. Make it good. Share it.
Title
Text
https://runonbitcoin.com Run is one of the most interesting projects I've seen in the Bitcoin community. Quite an abstract approach; Run allows you to define Javascript, and then persist to the blockchain and load/refresh objects from the BSV blockchain. --- I'm currently working on a few tutorials for myself: * Recommendations * Voting * A CMS * Coupons --- ### The developer experience Using Run has been an enjoyable experience. The initial downloaded .zip file unzips to a folder of examples and working code. ### The syntax and flow of Run applications `const run = new Run()` is defined for every application. And, during testing, the mock network is used to prevent any activity on the real blockchain. ``` const run = new Run({ network: 'mock' }) ``` After defining Run, the items can be created and or loaded... > TODO: Write more here ### How to think about Run applications
Status
idea
draft
release
personal
Series
Part of a Series?
Bitcoin
On Work
Phoenix Trello Tutorial
Civics
Re Email Address
Tags
+
Slug
Url
Image 1
Image 2
Image 3
Visible
Date