Skip to content

Serve Canto data without overloading nodes!

License

Notifications You must be signed in to change notification settings

Canto-Network/canto-api

 
 

Repository files navigation

Canto API

Build and test

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.

Dependencies

Quickstart

# clone repo
git clone [email protected]: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

Docker

Use docker compose:

docker compose up -d

About

Serve Canto data without overloading nodes!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.9%
  • Dockerfile 0.1%