Getting Started with Raiinmaker Smart Contracts
Smart Contracts
Deployment
$ coiin contract create "my-contract" "my-contract:latest" "node" "index.js"
{
"status": 202,
"response": {
"dcrn": "SmartContract::L1::AtRest",
"version": "1",
"txn_type": "my-contract",
"id": "b7165579-c9bb-46f7-8853-ae1c1939883f",
"status": {
"state": "Pending",
"msg": "Contract creating",
"timestamp": "2019-11-05 21:25:09.806836"
},
"image": "my-contract:latest",
"auth_key_id": null,
"image_digest": null,
"cmd": "node",
"args": [
"index.js"
],
"env": null,
"existing_secrets": null,
"cron": null,
"seconds": null,
"execution_order": "parallel"
},
"ok": true
}Docker
Execution Environment
Cron Smart Contracts, Time Based Execution, and Smart Contract Oracles
Invocation
Query
Invocation Order
Smart Contract State - Heap
Heap Mechanics
Last updated