@agoric/cosmic-swingset 0.41.4-dev-da3b8a8.0 → 0.41.4-dev-7710838.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/package.json +15 -12
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ agd --help
|
|
|
52
52
|
|
|
53
53
|
#### Scenario 3 : no testnet (develop off-chain demo)
|
|
54
54
|
|
|
55
|
-
In this scenario, you run:
|
|
55
|
+
In this scenario, you run:
|
|
56
56
|
- a **solo node** with the server-side Pixel Demo running and exposing an HTTP server in localhost
|
|
57
57
|
- a **web browser** connecting to the solo node and enabling user interaction with the Pixel Demo
|
|
58
58
|
|
|
@@ -76,7 +76,7 @@ The HTML frontend code is pure JS/DOM (no additional libraries yet) in the
|
|
|
76
76
|
|
|
77
77
|
#### Scenario 2: a single local testnet node (develop on-chain demo)
|
|
78
78
|
|
|
79
|
-
In this scenario, you run:
|
|
79
|
+
In this scenario, you run:
|
|
80
80
|
- one or several **solo node(s)** each exposing an HTTP server in localhost (each to a different port)
|
|
81
81
|
- a **single local blockchain testnet node** with the server-side Pixel Demo running
|
|
82
82
|
- a **web browser** connecting to each solo node via a different port and enabling user interaction with the Pixel Demo
|
|
@@ -107,12 +107,12 @@ You can communicate with the node by opening http://localhost:8000/
|
|
|
107
107
|
You can start other solo nodes with `make scenario2-run-client BASE_PORT=8001` and `make scenario2-run-client BASE_PORT=8002` and communicate with them respectively with on http://localhost:8001/ and http://localhost:8002/
|
|
108
108
|
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
|
|
111
111
|
#### Scenario 1: your own local testnet (develop testnet provisioner)
|
|
112
112
|
|
|
113
|
-
In this scenario, you run:
|
|
113
|
+
In this scenario, you run:
|
|
114
114
|
- a **solo node** exposing an HTTP server in localhost
|
|
115
|
-
- a **several local blockchain testnet nodes** with the server-side Pixel Demo running on top.
|
|
115
|
+
- a **several local blockchain testnet nodes** with the server-side Pixel Demo running on top.
|
|
116
116
|
- a **web browser** connecting to the solo node and enabling user interaction with the Pixel Demo
|
|
117
117
|
|
|
118
118
|
This scenario is only useful for moving toward deploying the local source code as a new testnet. Before using this scenario, you should test your on-chain code under Scenario 2.
|
|
@@ -132,7 +132,7 @@ See [Testnet Tutorial](#testnet-tutorial) for more guidance.
|
|
|
132
132
|
|
|
133
133
|
#### Scenario 0: a public testnet (kick the tires)
|
|
134
134
|
|
|
135
|
-
In this scenario, you run:
|
|
135
|
+
In this scenario, you run:
|
|
136
136
|
- a **solo node** exposing an HTTP server in localhost
|
|
137
137
|
- a **web browser** connecting to the solo node and enabling user interaction with the Pixel Demo
|
|
138
138
|
|
|
@@ -148,7 +148,7 @@ Alternatively, running the solo node from a Docker image and no local source cod
|
|
|
148
148
|
|
|
149
149
|
Now go to http://localhost:8000/ to interact with your new solo node.
|
|
150
150
|
|
|
151
|
-
Learn more about ERTP [here](https://agoric.com/documentation/ertp/guide/).
|
|
151
|
+
Learn more about ERTP [here](https://agoric.com/documentation/ertp/guide/).
|
|
152
152
|
|
|
153
153
|
### Initial Endowments
|
|
154
154
|
|
|
@@ -194,7 +194,7 @@ If you are not running on Linux, you will need to use Docker to provide the setu
|
|
|
194
194
|
|
|
195
195
|
If you want to install the Docker image scripts on this machine, run:
|
|
196
196
|
|
|
197
|
-
```
|
|
197
|
+
```sh
|
|
198
198
|
$ sudo make docker-install
|
|
199
199
|
```
|
|
200
200
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/cosmic-swingset",
|
|
3
|
-
"version": "0.41.4-dev-
|
|
3
|
+
"version": "0.41.4-dev-7710838.0+7710838",
|
|
4
4
|
"description": "Agoric's Cosmos blockchain integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"author": "Agoric",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@agoric/assert": "0.6.1-dev-
|
|
26
|
-
"@agoric/builders": "0.1.1-dev-
|
|
27
|
-
"@agoric/cosmos": "0.34.2-dev-
|
|
28
|
-
"@agoric/deploy-script-support": "0.10.4-dev-
|
|
29
|
-
"@agoric/internal": "0.3.3-dev-
|
|
30
|
-
"@agoric/store": "0.9.3-dev-
|
|
31
|
-
"@agoric/swing-store": "0.9.2-dev-
|
|
32
|
-
"@agoric/swingset-vat": "0.32.3-dev-
|
|
33
|
-
"@agoric/telemetry": "0.6.3-dev-
|
|
34
|
-
"@agoric/vm-config": "0.1.1-dev-
|
|
25
|
+
"@agoric/assert": "0.6.1-dev-7710838.0+7710838",
|
|
26
|
+
"@agoric/builders": "0.1.1-dev-7710838.0+7710838",
|
|
27
|
+
"@agoric/cosmos": "0.34.2-dev-7710838.0+7710838",
|
|
28
|
+
"@agoric/deploy-script-support": "0.10.4-dev-7710838.0+7710838",
|
|
29
|
+
"@agoric/internal": "0.3.3-dev-7710838.0+7710838",
|
|
30
|
+
"@agoric/store": "0.9.3-dev-7710838.0+7710838",
|
|
31
|
+
"@agoric/swing-store": "0.9.2-dev-7710838.0+7710838",
|
|
32
|
+
"@agoric/swingset-vat": "0.32.3-dev-7710838.0+7710838",
|
|
33
|
+
"@agoric/telemetry": "0.6.3-dev-7710838.0+7710838",
|
|
34
|
+
"@agoric/vm-config": "0.1.1-dev-7710838.0+7710838",
|
|
35
35
|
"@endo/bundle-source": "^2.7.0",
|
|
36
36
|
"@endo/far": "^0.2.21",
|
|
37
37
|
"@endo/import-bundle": "^0.4.1",
|
|
@@ -66,5 +66,8 @@
|
|
|
66
66
|
],
|
|
67
67
|
"timeout": "20m"
|
|
68
68
|
},
|
|
69
|
-
"
|
|
69
|
+
"typeCoverage": {
|
|
70
|
+
"atLeast": 79.4
|
|
71
|
+
},
|
|
72
|
+
"gitHead": "7710838df55e651ca2c8777950df5b3a3bba9059"
|
|
70
73
|
}
|