Open-source backend for efficiently serving Canto data built using Redis, Fiber and Go. Built to minimize load on nodes to allow applications to scale better.
golang 1.18
or aboveredis 7.0
(install here)
# clone repo
git clone git@github.com:Plex-Engineer/canto-api.git
# create .env file and set variables:
mv .env_example .env
# build binary
cd canto-api
go build
# run redis
redis-server
# run binary
./canto-api
Use docker compose:
docker compose up -d