mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
README.md edited online with Bitbucket
This commit is contained in:
parent
c4d383bf67
commit
513b2a0b8b
@ -1,5 +1,4 @@
|
||||
This source tree contains experimental code written by Mike Hearn. It explores a simple DSL for a state transition
|
||||
model with the following characteristics:
|
||||
This source tree contains experimental code that explores a simple DSL for a state transition model with the following characteristics:
|
||||
|
||||
* A blockchain-esque UTXO model is used in which immutable states are consumed as _inputs_ by _transactions_ yielding
|
||||
_outputs_. Transactions do not specify the code to run directly: rather, each state contains a pointer to a program
|
||||
@ -206,5 +205,4 @@ extension functions. Differences are:
|
||||
m.put("a", 1);
|
||||
m.put("b", 2);
|
||||
m.put("c", 3);
|
||||
System.out.println(m.get("a"));
|
||||
|
||||
System.out.println(m.get("a"));
|
Loading…
x
Reference in New Issue
Block a user