32 lines
1020 B
YAML
32 lines
1020 B
YAML
# This is a "index source" that specifies the dApp world as you see it.
|
|
#
|
|
# This index defines what interpreters, contract templates etc you want
|
|
# to use, and what they should be called.
|
|
#
|
|
# You can include external sources for this information in the `includes`
|
|
# section, and you include your own smart contract in the `contract_templates`
|
|
# section.
|
|
#
|
|
|
|
includes:
|
|
- url: >-
|
|
https://gitlab.com/coinweb/cweb-dapp-index/-/raw/5d52c2c4c39fbe74b7e86e9a9c463240df69b01d/dapp_lock_index.yaml
|
|
blake3: a576de68122e704240acc7efe813d52cecd1519fab1078db537ed4b59da0f9ba
|
|
|
|
use:
|
|
- dex-app.cm v0.0.67+test
|
|
- eth_offer_maker 0.0.67+devnet
|
|
- jump-listener.cm v0.0.5
|
|
|
|
|
|
interpreters: {}
|
|
|
|
contract_templates:
|
|
# Our contract module. The contract module is an npm package created in the `dist/out`
|
|
# directory using the `yarn build` and `yarn pack` commands.
|
|
- file:///./packages/contract.cm/dist/out/my-contract-module.tgz
|
|
|
|
contract_instances:
|
|
- alias: cwait-contract 0.0.1-test
|
|
template: contract.cm v0.0.1
|