Skip to content

CasperDash/relay-server

Repository files navigation

Description

Relay contract for Gas station solution on Casper Network

Installation

$ npm install

Configuration

  • Copy .env.example to .env and fill in the values
  • Copy paymaster secret key to PAYMASTER_KEY_PATH (example: ./key/paymaster_secret_key.pem)

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

Relay API server for gasless solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published