Skip to content

ArithFi/arithfi-periphery

Repository files navigation

Arithfi periphery

(Production) How to install?

  1. Docker, (Recommend)
    docker-compose up
  2. Run by bin file
    go mod download
    CGO_ENABLED=0 GOOS=linux go build -v -o bin/main cmd/main.go
    ./bin/main

(Development) How to start?

  1. Normal

    go run cmd/main.go
  2. Hot reload, (Recommend)

    air

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published