@agoric/orchestration 0.1.1-dev-3386e64.0 → 0.1.1-dev-c56c51e.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/orchestration",
3
- "version": "0.1.1-dev-3386e64.0+3386e64",
3
+ "version": "0.1.1-dev-c56c51e.0+c56c51e",
4
4
  "description": "Chain abstraction for Agoric's orchestration clients",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -33,19 +33,19 @@
33
33
  },
34
34
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
35
35
  "dependencies": {
36
- "@agoric/async-flow": "0.1.1-dev-3386e64.0+3386e64",
37
- "@agoric/cosmic-proto": "0.4.1-dev-3386e64.0+3386e64",
38
- "@agoric/ertp": "0.16.3-dev-3386e64.0+3386e64",
39
- "@agoric/internal": "0.3.3-dev-3386e64.0+3386e64",
40
- "@agoric/network": "0.1.1-dev-3386e64.0+3386e64",
41
- "@agoric/notifier": "0.6.3-dev-3386e64.0+3386e64",
42
- "@agoric/store": "0.9.3-dev-3386e64.0+3386e64",
43
- "@agoric/time": "0.3.3-dev-3386e64.0+3386e64",
44
- "@agoric/vat-data": "0.5.3-dev-3386e64.0+3386e64",
45
- "@agoric/vats": "0.15.2-dev-3386e64.0+3386e64",
46
- "@agoric/vow": "0.1.1-dev-3386e64.0+3386e64",
47
- "@agoric/zoe": "0.26.3-dev-3386e64.0+3386e64",
48
- "@agoric/zone": "0.2.3-dev-3386e64.0+3386e64",
36
+ "@agoric/async-flow": "0.1.1-dev-c56c51e.0+c56c51e",
37
+ "@agoric/cosmic-proto": "0.4.1-dev-c56c51e.0+c56c51e",
38
+ "@agoric/ertp": "0.16.3-dev-c56c51e.0+c56c51e",
39
+ "@agoric/internal": "0.3.3-dev-c56c51e.0+c56c51e",
40
+ "@agoric/network": "0.1.1-dev-c56c51e.0+c56c51e",
41
+ "@agoric/notifier": "0.6.3-dev-c56c51e.0+c56c51e",
42
+ "@agoric/store": "0.9.3-dev-c56c51e.0+c56c51e",
43
+ "@agoric/time": "0.3.3-dev-c56c51e.0+c56c51e",
44
+ "@agoric/vat-data": "0.5.3-dev-c56c51e.0+c56c51e",
45
+ "@agoric/vats": "0.15.2-dev-c56c51e.0+c56c51e",
46
+ "@agoric/vow": "0.1.1-dev-c56c51e.0+c56c51e",
47
+ "@agoric/zoe": "0.26.3-dev-c56c51e.0+c56c51e",
48
+ "@agoric/zone": "0.2.3-dev-c56c51e.0+c56c51e",
49
49
  "@endo/base64": "^1.0.6",
50
50
  "@endo/errors": "^1.2.4",
51
51
  "@endo/far": "^1.1.4",
@@ -54,7 +54,7 @@
54
54
  "@noble/hashes": "github:paulmillr/noble-hashes#ae060daa6252f3ff2aa2f84e887de0aab491281d"
55
55
  },
56
56
  "devDependencies": {
57
- "@agoric/swingset-liveslots": "0.10.3-dev-3386e64.0+3386e64",
57
+ "@agoric/swingset-liveslots": "0.10.3-dev-c56c51e.0+c56c51e",
58
58
  "@chain-registry/client": "^1.47.4",
59
59
  "@cosmjs/amino": "^0.32.3",
60
60
  "@cosmjs/proto-signing": "^0.32.3",
@@ -94,5 +94,5 @@
94
94
  "typeCoverage": {
95
95
  "atLeast": 98.1
96
96
  },
97
- "gitHead": "3386e64ab3ab6b222b75202d77627d7403186acc"
97
+ "gitHead": "c56c51e0d39b517f9998f063d8b20ba568c29aec"
98
98
  }
@@ -0,0 +1,17 @@
1
+ # Examples
2
+
3
+ This directory contains sample contracts showcasing the Orchestration API. Each example demonstrates specific functionalities:
4
+
5
+ - **basic-flows.contract.js**: Account creation and query sending
6
+ - **sendAnywhere.contract.js**: Token sending across supported blockchains
7
+ - **auto-stake-it.contract.js**: Automatic remote staking of received tokens
8
+
9
+ ## In Progress
10
+
11
+ The following contracts are a work in progress as they contain bindings that need to be promptly updated.
12
+
13
+ - **stakeIca.contract.js**: Interchain account creation for remote staking
14
+ - **unbondExample.contract.js**: Cross-chain unbonding and liquid staking
15
+ - **swapExample.contract.js**: Token swapping and remote staking
16
+ - **stakeBld.contract.js**: BLD token staking on Agoric
17
+