This API service is used to make calls to the WhiteList contract to manage accounts.
- Setup docker.
- Create an env file
cp .env.local .env
- Build an image
docker build . -t whitelist
docker run -p 8000:8000 whitelist
- Go to http://0.0.0.0:8000/
- Alexander Sysoev - [email protected]
- Dmitri Tsumak - [email protected]