Difference between revisions of "Jigs"

From RunWiki
Jump to: navigation, search
(Created page with "Jigs are interactive objects on Bitcoin. You define a jig with a JavaScript class and that class determines exactly what the jig can do. All of your jigs are unique. Each one...")
 
Line 1: Line 1:
 
Jigs are interactive objects on Bitcoin. You define a jig with a JavaScript class and that class determines exactly what the jig can do. All of your jigs are unique. Each one has an owner and only that owner can update the jig. How is that secured? Bitcoin! Let's explore how you create a jig.
 
Jigs are interactive objects on Bitcoin. You define a jig with a JavaScript class and that class determines exactly what the jig can do. All of your jigs are unique. Each one has an owner and only that owner can update the jig. How is that secured? Bitcoin! Let's explore how you create a jig.
 +
 +
== Creating ==
 +
 +
=== Code ====
 +
 +
== Updating ==
 +
 +
=== Code ====
 +
 +
== Sending ==
 +
 +
=== Code ====
 +
 +
== Interactivity ==
 +
 +
=== Code ====
 +
 +
== Destroying ==
 +
 +
=== Code ====
 +
 +
== Backing ==
 +
 +
=== Code ====
 +
 +
== Checking Parameters ==
 +
 +
=== Code ====
 +
 +
== Attaching Media ==
 +
 +
=== Code ====
 +
 +
== Updating ==
 +
 +
=== Code ====

Revision as of 22:52, 14 December 2022

Jigs are interactive objects on Bitcoin. You define a jig with a JavaScript class and that class determines exactly what the jig can do. All of your jigs are unique. Each one has an owner and only that owner can update the jig. How is that secured? Bitcoin! Let's explore how you create a jig.

Creating

Code =

Updating

Code =

Sending

Code =

Interactivity

Code =

Destroying

Code =

Backing

Code =

Checking Parameters

Code =

Attaching Media

Code =

Updating

Code =