/AnotherAirAccountCommunityNode

A decentralized community node about AirAccount

Primary LanguageGoGNU General Public License v3.0GPL-3.0

codecov

AnotherAirAccountCommunityNode

A decentration community node for AirAccount

What's Community Node

TBD

Prepare

Pgsql

docker run --name community_node -e POSTGRES_PASSWORD=mypassword -d -p 5432:5432 postgres

Quick Start

1. Swagger

1.1 install

go get -u github.com/swaggo/swag
go install github.com/swaggo/swag/cmd/swag@latest

1.2 init swag

swag init -g ./main.go

FAQ: Unknown LeftDelim and RightDelim in swag.Spec

2. Run

go mod tidy
go run ./cmd/server/main.go