cic-stack/README.md

20 lines
500 B
Markdown
Raw Permalink Normal View History

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