• Create express app, and set up some behaviors according to the options It might do the following configurations:

    1. enable cors
    2. enable rate limit
    3. enable compression
    4. customize json limit

    Parameters

    • Optional appConfig: CreateNodeblocksAppOptions

      option to build express app (jsonLimit is max size limitation of json request body, default 100kb)

    Returns Express

    • express app blocks-eeb6

Generated using TypeDoc