An open API service indexing awesome lists of open source software.

https://github.com/halo-lab/eth-balance


https://github.com/halo-lab/eth-balance

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Description

## Installing the dependencies

### Node.js 14 - 16 version

```bash
$ npm install
```

## Running the app in development mode

```bash
$ npm run start:dev
```

## Running the app in production mode

```bash
$ npm run postinstall & npm run start
```

### Documentation in local environment

```http request
http://localhost:3000/api/docs
```

### Documentation in cloud environment

```http request
https://pool-blockchain-app.herokuapp.com/api/docs
```

# Select a Prod server in the list of servers if you open an application in the heroku cloud and execute requests