2021-12-09 09:20:03 +00:00
|
|
|
# Community Inclusion Currency Stack (CIC Stack)
|
|
|
|
|
|
|
|
|
|
A custodial evm wallet for executing transactions via USSD
|
2021-01-24 12:16:22 -08:00
|
|
|
|
2021-08-21 13:23:43 -04:00
|
|
|
## Getting started
|
2021-01-24 12:16:22 -08:00
|
|
|
|
2021-08-30 10:14:22 -07:00
|
|
|
This repo uses docker-compose and docker buildkit. Set the following environment variables to get started:
|
2021-02-11 10:14:30 +00:00
|
|
|
|
|
|
|
|
```
|
2021-08-30 10:14:22 -07:00
|
|
|
export COMPOSE_DOCKER_CLI_BUILD=1
|
|
|
|
|
export DOCKER_BUILDKIT=1
|
2021-01-24 12:16:22 -08:00
|
|
|
```
|
2021-08-19 12:29:41 -04:00
|
|
|
|
2021-12-09 09:20:03 +00:00
|
|
|
To get started see [./apps/contract-migration/README.md](./apps/contract-migration/README.md)
|
2021-08-19 12:29:41 -04:00
|
|
|
|
2021-12-09 09:20:03 +00:00
|
|
|
## Documentation
|
2021-08-19 12:29:41 -04:00
|
|
|
|
2022-01-05 15:19:11 +03:00
|
|
|
[https://docs.grassecon.org/software/](https://docs.grassecon.org/software/)
|
2021-02-09 17:32:36 +00:00
|
|
|
|