Lesson 1 - Configure the Blockchain dapp
- You can spot
chromia.yml
file to have a FT4 library as a dependency. Update this file with the following configuration:
chromia.yml
blockchains:
asset_management:
module: main
moduleArgs:
main:
basic: 5
lib.ft4.core.admin:
admin_pubkey: x"023BEE5A479CE5AF31F6F64EDE7BEAD394E92E4D973E1727782DB577A55E878563"
compile:
rellVersion: 0.13.14
source: rell/src
database:
schema: schema_asset_management
test:
modules:
- test
moduleArgs:
lib.ft4.core.admin:
admin_pubkey: x"023BEE5A479CE5AF31F6F64EDE7BEAD394E92E4D973E1727782DB577A55E878563"
libs:
ft4:
registry: https://gitlab.com/chromaway/ft4-lib.git
path: rell/src/lib/ft4
tagOrBranch: v1.1.0r
rid: x"FEEB0633698E7650D29DCCFE2996AD57CDC70AA3BDF770365C3D442D9DFC2A5E"
insecure: false
iccf:
registry: https://gitlab.com/chromaway/core/directory-chain
path: src/iccf
tagOrBranch: 1.32.2
rid: x"1D567580C717B91D2F188A4D786DB1D41501086B155A68303661D25364314A4D"
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.