20 lines
500 B
Markdown
20 lines
500 B
Markdown
# Community Inclusion Currency Stack (CIC Stack)
|
|
|
|
A custodial evm wallet for executing transactions via USSD
|
|
|
|
## Getting started
|
|
|
|
This repo uses docker-compose and docker buildkit. Set the following environment variables to get started:
|
|
|
|
```
|
|
export COMPOSE_DOCKER_CLI_BUILD=1
|
|
export DOCKER_BUILDKIT=1
|
|
```
|
|
|
|
To get started see [./apps/contract-migration/README.md](./apps/contract-migration/README.md)
|
|
|
|
## Documentation
|
|
|
|
[https://docs.grassecon.org/software/](https://docs.grassecon.org/software/)
|
|
|