28 lines
927 B
YAML
28 lines
927 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/b534ebc0dbe7faa3458f11e2bc19553ab70bc317/dapp_lock_index.yaml
|
|
blake3: 48c6cd4b1b9252f2513efca47a0a8bd2f61417c6adc6bcd9d7e30521e735545e
|
|
|
|
|
|
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-devnet
|
|
template: contract.cm v0.0.1
|
|
|