cic-internal-integration/apps/contract-migration
nolash c57abb7ad5
Upgrade deps in cic-eth, allow for new chain spec format
2021-10-18 14:08:39 +02:00
..
config Rehabilitate traffic script 2021-10-17 14:30:42 +02:00
config_template Empty config dir in faucet setup 2021-08-18 06:34:07 +00:00
doc init 2021-01-24 12:16:22 -08:00
docker Add data seeding preparation step, rehabilitation of non-custodial seeding 2021-10-17 18:05:00 +02:00
keystore init 2021-01-24 12:16:22 -08:00
testdata Refactor import scripts 2021-02-21 15:41:37 +00:00
.dockerignore e2e ussd import user scripts 2021-07-19 21:30:04 +00:00
.gitlab-ci.yml docker vm builds 2021-08-28 16:26:16 +00:00
1_deploy_contract_root.sh refactor docker-compose cic-eth-tasker, bootstrap (aka contract migration) 2021-10-15 22:16:45 +02:00
2_deploy_contract_instance.sh No export 2021-10-15 12:54:16 +02:00
3_deploy_token.sh Rehabilitate traffic script 2021-10-17 14:30:42 +02:00
4_init_custodial.sh Add data seeding preparation step, rehabilitation of non-custodial seeding 2021-10-17 18:05:00 +02:00
5_data_seeding.sh Add data seeding preparation step, rehabilitation of non-custodial seeding 2021-10-17 18:05:00 +02:00
LICENSE.txt init 2021-01-24 12:16:22 -08:00
README.md update preliminary readme 2021-10-15 08:38:01 +02:00
README_bloxberg.md Bump cic-eth-registry 2021-10-15 07:44:50 +02:00
config.sh refactor docker-compose cic-eth-tasker, bootstrap (aka contract migration) 2021-10-15 22:16:45 +02:00
from_env.sh Add cic-eth and auxiliary contract seeding script 2021-02-10 07:03:11 +00:00
nvm.sh Refactor import scripts 2021-02-21 15:41:37 +00:00
requirements.txt Upgrade deps in cic-eth, allow for new chain spec format 2021-10-18 14:08:39 +02:00
run_job.sh Add data seeding preparation step, rehabilitation of non-custodial seeding 2021-10-17 18:05:00 +02:00
sarafu_declaration.json Add cic-eth and auxiliary contract seeding script 2021-02-10 07:03:11 +00:00
util.sh Split contract migration into three separate steps 2021-10-14 11:33:50 +02:00
wait-for-it.sh run reset.sh outside docker and fix deps 2021-02-22 06:27:59 -08:00

README.md

CIC-stack system bootstrap scripts

1. Deploy global contracts.

Global contracts are contracts that may or may not be used to contribute to a data store intended for consumption across instances.

In the current version of the scripts, the only contract deployed is the AddressDeclarator. Also, in the current version, the AddressDeclarator is required as a storage backend for some of the instance contracts.

2. Deploy instance contracts.

Instance contracts are contracts whose contents are limited to the context of a single custodial engine system.

This includes a registry of contracts used by the engine, as well as registry contracts for user accounts and tokens.

3. Deploy token.

Deploys a CIC token, adding it to the token registry.

The first token deployed becomes the default token of the instance.

In the current version of the scripts, two token types may be deployed; giftable_erc20_token and erc20_demurrage_token.

This step may be run multiple times, as long as the token symbol is different from all previously deployed tokens.

4. Initialize custodial engine.

Adds system accounts to the custodial engine, and unlocks the initialization seal. After this step, the custodial system is ready to use.

Services dependency graph

  1. evm
  2. bootstrap runlevel 1
  3. bootstrap runlevel 2
  4. bootstrap runlevel 3
  5. redis
  6. postgres
  7. cic-eth-tasker
  8. boostrap runlevel 4