Lesson 1 - Configure the Blockchain dapp
- You can spot
chromia.yml
file to have a FT4 library as a dependency:
chromia.yml
blockchains:
asset_management:
module: main
moduleArgs:
main:
basic: 5
compile:
rellVersion: 0.13.5
database:
schema: schema_asset_management
test:
modules:
- test
libs:
ft4:
registry: https://bitbucket.org/chromawallet/ft3-lib
path: rell/src/lib/ft4
tagOrBranch: v1.0.0r
rid: x"FA487D75E63B6B58381F8D71E0700E69BEDEAD3A57D1E6C1A9ABB149FAC9E65F"
insecure: false
- Run
chr install
to download the FT4 library.
This configuration sets up your project with the FT4 library and necessary dependencies for building the asset management system.