28 lines
957 B
YAML
28 lines
957 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/e7180f56cbcf7c04fbdee487f271500cff637067/dapp_lock_index.yaml
|
|
blake3: 321b1f88930aead7fe47961c8664005b3441f6502824769bf21eb06c3e5aaba4
|
|
|
|
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-prod
|
|
template: contract.cm v0.0.1
|
|
parameters:
|
|
content: []
|