Skip to content

Files

Latest commit

 

History

History
35 lines (24 loc) · 425 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 425 Bytes

ERC4337 Bundler Service

Installation

$ npm install

Configuration

Fill in config/default.yaml. The test user must be ready to handle user ops for testing (e.g. have funds for gas).

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e