AAStarCommunity / EthPaymaster_BackService

EthPaymaster relay Back-end Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EthPaymaster-Back

EthPaymaster relay Back-end Service

Basic flow :

Quick Start

1. Swagger

1.1 install

go install github.com/swaggo/swag/cmd/swag@latest

1.2 init swag

swag init -g ./cmd/server/main.go

FAQ: Unknown LeftDelim and RightDelim in swag.Spec

2. Run

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

About

EthPaymaster relay Back-end Service

License:GNU General Public License v3.0


Languages

Language:Go 99.8%Language:Dockerfile 0.1%Language:Makefile 0.1%