27 lines
924 B
YAML
27 lines
924 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/35d7542b81d884adb899ea95f1433fe59b012a6c/dapp_lock_index.yaml
|
|
blake3: 0e8f57c2c939f9cccf6912c2fb7994bb7095a1f10bef585296dba4263eb76211
|
|
|
|
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
|
|
|