bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
163 stars 188 forks source link

#150 : Add --taa-sample switch to ./manage when starting the ledger #152

Closed jcourt562 closed 3 years ago

jcourt562 commented 3 years ago

Add --taa-sample switch to ./manage when starting the ledger to enable use of sample_aml.json and sample_taa.json files

Resolves issue #150

Signed-off-by: John Court jcourt@anonyome.com

WadeBarnes commented 3 years ago

@ianco, any comments before I merge?

andrewwhitehead commented 3 years ago

The original idea was that sample_taa.json and sample_aml.json can just be renamed to taa.json and aml.json (and modified) to take effect

WadeBarnes commented 3 years ago

The original idea was that sample_taa.json and sample_aml.json can just be renamed to taa.json and aml.json (and modified) to take effect

Exactly what's happening here.