Relay contract for Gas station solution on Casper Network
$ npm install- Copy
.env.exampleto.envand fill in the values - Copy paymaster secret key to
PAYMASTER_KEY_PATH(example:./key/paymaster_secret_key.pem)
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod