mech-client 0.15.0__tar.gz → 0.15.2__tar.gz
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.
- {mech_client-0.15.0 → mech_client-0.15.2}/PKG-INFO +20 -11
- {mech_client-0.15.0 → mech_client-0.15.2}/README.md +19 -10
- mech_client-0.15.2/mech_client/__init__.py +3 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/cli.py +4 -3
- mech_client-0.15.2/mech_client/config/mech_client_base.json +32 -0
- mech_client-0.15.2/mech_client/config/mech_client_gnosis.json +32 -0
- mech_client-0.15.2/mech_client/config/mech_client_polygon.json +33 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/pyproject.toml +1 -1
- mech_client-0.15.0/mech_client/__init__.py +0 -3
- {mech_client-0.15.0 → mech_client-0.15.2}/LICENSE +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/AgentMech.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/AgentRegistry.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/AgreementStoreManager.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/AgreementStoreManager.gnosis.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/BalanceTrackerFixedPriceNative.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/BalanceTrackerFixedPriceToken.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/BalanceTrackerNvmSubscriptionNative.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/BalanceTrackerNvmSubscriptionToken.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/ComplementaryServiceMetadata.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/DIDRegistry.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/DIDRegistry.gnosis.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/EscrowPaymentCondition.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/EscrowPaymentCondition.gnosis.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/IERC1155.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/IMech.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/IToken.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/LockPaymentCondition.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/LockPaymentCondition.gnosis.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/MechMarketplace.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/NFTSalesTemplate.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/NFTSalesTemplate.gnosis.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/NeverminedConfig.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/NeverminedConfig.gnosis.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/SubscriptionNFT.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/SubscriptionNFT.gnosis.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/SubscriptionProvider.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/SubscriptionProvider.gnosis.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/SubscriptionToken.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/TransferNFTCondition.base.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/TransferNFTCondition.gnosis.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/acn.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/configs/mechs.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/delivery.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/fetch_ipfs_hash.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/helpers/__init__.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/interact.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/marketplace_interact.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/mech_marketplace_subgraph.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/mech_marketplace_tool_management.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/mech_tool_management.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/prompt_to_ipfs.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/push_to_ipfs.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/safe.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/subgraph.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/to_png.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/mech_client/wss.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/__init__.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/benchmark.sh +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/bump.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/deposit_native.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/deposit_token.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscribe.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/agreement_manager.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/base_contract.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/did_registry.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/escrow_payment.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/lock_payment.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/nft.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/nft_sales.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/subscription_provider.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/token.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/transfer_nft.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/envs/base.env +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/envs/gnosis.env +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/manager.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/resources/networks.json +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/utils.py +0 -0
- {mech_client-0.15.0 → mech_client-0.15.2}/scripts/whitelist.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mech-client
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.2
|
|
4
4
|
Summary: Basic client to interact with a mech
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Author: David Minarsch
|
|
@@ -76,17 +76,26 @@ Usage: mechx [OPTIONS] COMMAND [ARGS]...
|
|
|
76
76
|
Command-line tool for interacting with mechs.
|
|
77
77
|
|
|
78
78
|
Options:
|
|
79
|
-
--version
|
|
80
|
-
--
|
|
79
|
+
--version Show the version and exit.
|
|
80
|
+
--client-mode Enables client mode
|
|
81
|
+
--help Show this message and exit.
|
|
81
82
|
|
|
82
83
|
Commands:
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
84
|
+
deposit-native Deposits Native balance for prepaid marketplace requests
|
|
85
|
+
deposit-token Deposits Token balance for prepaid marketplace requests
|
|
86
|
+
fetch-mm-mechs-info Fetches info of marketplace mechs
|
|
87
|
+
interact Interact with a mech specifying a prompt and tool
|
|
88
|
+
prompt-to-ipfs Upload a prompt and tool to IPFS as metadata
|
|
89
|
+
purchase-nvm-subscription Allows to purchase Nevermined subscription
|
|
90
|
+
push-to-ipfs Upload a file to IPFS
|
|
91
|
+
setup-agent-mode Sets up the agent mode for users
|
|
92
|
+
to-png Convert a stability AI API's diffusion model output
|
|
93
|
+
tool-description Get the description of a specific tool (legacy mechs)
|
|
94
|
+
tool-description-for-marketplace-mech Get the description of a specific tool (marketplace mechs)
|
|
95
|
+
tool-io-schema Get the input/output schema of a specific tool (legacy mechs)
|
|
96
|
+
tool-io-schema-for-marketplace-mech Get the input/output schema of a specific tool (marketplace mechs)
|
|
97
|
+
tools-for-agents List tools available for all agents or a specific agent (legacy mechs)
|
|
98
|
+
tools-for-marketplace-mech List tools available for marketplace mechs
|
|
90
99
|
|
|
91
100
|
```
|
|
92
101
|
|
|
@@ -475,7 +484,7 @@ Description for tool 6-claude-prediction-offline: Makes a prediction using Claud
|
|
|
475
484
|
|
|
476
485
|
### Get Tool Input/Output Schema
|
|
477
486
|
|
|
478
|
-
To get the input/output schema of a specific tool, use the `
|
|
487
|
+
To get the input/output schema of a specific tool, use the `tool-io-schema` command. You need to specify the unique identifier of the tool.
|
|
479
488
|
|
|
480
489
|
```bash
|
|
481
490
|
mechx tool-io-schema <unique_identifier> --chain-config <chain_config>
|
|
@@ -54,17 +54,26 @@ Usage: mechx [OPTIONS] COMMAND [ARGS]...
|
|
|
54
54
|
Command-line tool for interacting with mechs.
|
|
55
55
|
|
|
56
56
|
Options:
|
|
57
|
-
--version
|
|
58
|
-
--
|
|
57
|
+
--version Show the version and exit.
|
|
58
|
+
--client-mode Enables client mode
|
|
59
|
+
--help Show this message and exit.
|
|
59
60
|
|
|
60
61
|
Commands:
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
62
|
+
deposit-native Deposits Native balance for prepaid marketplace requests
|
|
63
|
+
deposit-token Deposits Token balance for prepaid marketplace requests
|
|
64
|
+
fetch-mm-mechs-info Fetches info of marketplace mechs
|
|
65
|
+
interact Interact with a mech specifying a prompt and tool
|
|
66
|
+
prompt-to-ipfs Upload a prompt and tool to IPFS as metadata
|
|
67
|
+
purchase-nvm-subscription Allows to purchase Nevermined subscription
|
|
68
|
+
push-to-ipfs Upload a file to IPFS
|
|
69
|
+
setup-agent-mode Sets up the agent mode for users
|
|
70
|
+
to-png Convert a stability AI API's diffusion model output
|
|
71
|
+
tool-description Get the description of a specific tool (legacy mechs)
|
|
72
|
+
tool-description-for-marketplace-mech Get the description of a specific tool (marketplace mechs)
|
|
73
|
+
tool-io-schema Get the input/output schema of a specific tool (legacy mechs)
|
|
74
|
+
tool-io-schema-for-marketplace-mech Get the input/output schema of a specific tool (marketplace mechs)
|
|
75
|
+
tools-for-agents List tools available for all agents or a specific agent (legacy mechs)
|
|
76
|
+
tools-for-marketplace-mech List tools available for marketplace mechs
|
|
68
77
|
|
|
69
78
|
```
|
|
70
79
|
|
|
@@ -453,7 +462,7 @@ Description for tool 6-claude-prediction-offline: Makes a prediction using Claud
|
|
|
453
462
|
|
|
454
463
|
### Get Tool Input/Output Schema
|
|
455
464
|
|
|
456
|
-
To get the input/output schema of a specific tool, use the `
|
|
465
|
+
To get the input/output schema of a specific tool, use the `tool-io-schema` command. You need to specify the unique identifier of the tool.
|
|
457
466
|
|
|
458
467
|
```bash
|
|
459
468
|
mechx tool-io-schema <unique_identifier> --chain-config <chain_config>
|
|
@@ -79,9 +79,9 @@ SETUP_MODE_COMMAND = "setup-agent-mode"
|
|
|
79
79
|
DEFAULT_NETWORK = "gnosis"
|
|
80
80
|
|
|
81
81
|
CHAIN_TO_TEMPLATE = {
|
|
82
|
-
"gnosis":
|
|
83
|
-
"base":
|
|
84
|
-
"polygon":
|
|
82
|
+
"gnosis": CURR_DIR / "config" / "mech_client_gnosis.json",
|
|
83
|
+
"base": CURR_DIR / "config" / "mech_client_base.json",
|
|
84
|
+
"polygon": CURR_DIR / "config" / "mech_client_polygon.json",
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
ENV_PATH = BASE_DIR / ".env"
|
|
@@ -114,6 +114,7 @@ def get_password(operate: OperateApp) -> str:
|
|
|
114
114
|
if not operate.password:
|
|
115
115
|
raise ClickException("Password could not be set for Operate.")
|
|
116
116
|
|
|
117
|
+
os.environ["OPERATE_PASSWORD"] = operate.password
|
|
117
118
|
set_key(str(ENV_PATH), "OPERATE_PASSWORD", os.environ["OPERATE_PASSWORD"])
|
|
118
119
|
os.environ["ATTENDED"] = "false"
|
|
119
120
|
return os.environ["OPERATE_PASSWORD"]
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Mech Client (agent mode) on Base",
|
|
3
|
+
"hash": "bafybeicrsrqajrzgweh7q4grfsbkkadovyqzfouqgb5lmxyqulqv7mjaye",
|
|
4
|
+
"description": "The mech_client service to allow interacting with on-chain mechs",
|
|
5
|
+
"image": "https://gateway.autonolas.tech/ipfs/bafybeidzpenez565d7vp7jexfrwisa2wijzx6vwcffli57buznyyqkrceq",
|
|
6
|
+
"service_version": "v0.1.0",
|
|
7
|
+
"home_chain": "base",
|
|
8
|
+
"configurations": {
|
|
9
|
+
"base": {
|
|
10
|
+
"agent_id": 77,
|
|
11
|
+
"nft": "bafybeifgj3kackzfoq4fxjiuousm6epgwx7jbc3n2gjwzjgvtbbz7fc3su",
|
|
12
|
+
"threshold": 1,
|
|
13
|
+
"use_mech_marketplace": false,
|
|
14
|
+
"cost_of_bond": 1,
|
|
15
|
+
"fund_requirements": {
|
|
16
|
+
"0x0000000000000000000000000000000000000000": {
|
|
17
|
+
"agent": 100000000000000,
|
|
18
|
+
"safe": 100000000000000
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"env_variables": {},
|
|
24
|
+
"agent_release": {
|
|
25
|
+
"is_aea": true,
|
|
26
|
+
"repository": {
|
|
27
|
+
"owner": "valory-xyz",
|
|
28
|
+
"name": "mech-client",
|
|
29
|
+
"version": "v0.1.0"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Mech Client (agent mode) on Gnosis",
|
|
3
|
+
"hash": "bafybeicrsrqajrzgweh7q4grfsbkkadovyqzfouqgb5lmxyqulqv7mjaye",
|
|
4
|
+
"description": "The mech_client service to allow interacting with on-chain mechs",
|
|
5
|
+
"image": "https://gateway.autonolas.tech/ipfs/bafybeidzpenez565d7vp7jexfrwisa2wijzx6vwcffli57buznyyqkrceq",
|
|
6
|
+
"service_version": "v0.1.0",
|
|
7
|
+
"home_chain": "gnosis",
|
|
8
|
+
"configurations": {
|
|
9
|
+
"gnosis": {
|
|
10
|
+
"agent_id": 77,
|
|
11
|
+
"nft": "bafybeifgj3kackzfoq4fxjiuousm6epgwx7jbc3n2gjwzjgvtbbz7fc3su",
|
|
12
|
+
"threshold": 1,
|
|
13
|
+
"use_mech_marketplace": false,
|
|
14
|
+
"cost_of_bond": 1,
|
|
15
|
+
"fund_requirements": {
|
|
16
|
+
"0x0000000000000000000000000000000000000000": {
|
|
17
|
+
"agent": 100000000000000000,
|
|
18
|
+
"safe": 100000000000000000
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"env_variables": {},
|
|
24
|
+
"agent_release": {
|
|
25
|
+
"is_aea": true,
|
|
26
|
+
"repository": {
|
|
27
|
+
"owner": "valory-xyz",
|
|
28
|
+
"name": "mech-client",
|
|
29
|
+
"version": "v0.1.0"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Mech Client (agent mode) on Polygon",
|
|
3
|
+
"hash": "bafybeicrsrqajrzgweh7q4grfsbkkadovyqzfouqgb5lmxyqulqv7mjaye",
|
|
4
|
+
"description": "The mech_client service to allow interacting with on-chain mechs",
|
|
5
|
+
"image": "https://gateway.autonolas.tech/ipfs/bafybeidzpenez565d7vp7jexfrwisa2wijzx6vwcffli57buznyyqkrceq",
|
|
6
|
+
"service_version": "v0.1.0",
|
|
7
|
+
"home_chain": "polygon",
|
|
8
|
+
"configurations": {
|
|
9
|
+
"polygon": {
|
|
10
|
+
"agent_id": 77,
|
|
11
|
+
"nft": "bafybeifgj3kackzfoq4fxjiuousm6epgwx7jbc3n2gjwzjgvtbbz7fc3su",
|
|
12
|
+
"threshold": 1,
|
|
13
|
+
"use_mech_marketplace": false,
|
|
14
|
+
"cost_of_bond": 1,
|
|
15
|
+
"fund_requirements": {
|
|
16
|
+
"0x0000000000000000000000000000000000000000": {
|
|
17
|
+
"agent": 1000000000000000000,
|
|
18
|
+
"safe": 0
|
|
19
|
+
},
|
|
20
|
+
"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359": { "agent": 0, "safe": 1000000 }
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"env_variables": {},
|
|
25
|
+
"agent_release": {
|
|
26
|
+
"is_aea": true,
|
|
27
|
+
"repository": {
|
|
28
|
+
"owner": "valory-xyz",
|
|
29
|
+
"name": "mech-client",
|
|
30
|
+
"version": "v0.1.0"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/AgreementStoreManager.gnosis.json
RENAMED
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/BalanceTrackerFixedPriceNative.json
RENAMED
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/BalanceTrackerFixedPriceToken.json
RENAMED
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/BalanceTrackerNvmSubscriptionNative.json
RENAMED
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/BalanceTrackerNvmSubscriptionToken.json
RENAMED
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/ComplementaryServiceMetadata.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/mech_client/abis/EscrowPaymentCondition.gnosis.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/agreement_manager.py
RENAMED
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/base_contract.py
RENAMED
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/did_registry.py
RENAMED
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/escrow_payment.py
RENAMED
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/lock_payment.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.15.0 → mech_client-0.15.2}/scripts/nvm_subscription/contracts/transfer_nft.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|