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

https://github.com/sevault/sevault-core

Google Firebase Functions powering Sevault Service for web & mobile.
https://github.com/sevault/sevault-core

Last synced: about 2 months ago
JSON representation

Google Firebase Functions powering Sevault Service for web & mobile.

Awesome Lists containing this project

README

        

# sevault-core
Google Firebase Functions that power Bitgesell Sevault Wallet backend

## Getting started

1. Install dependencies
```sh
yarn i
```

2. To deploy

i. Create `.env` file for credentials:

```sh
DATA_POINTS_BNB=xxx
ETHERSCAN_APIKEY=xxx
BSCSAN_APIKEY=xxx
```

ii. Install Firebase CLI

```sh
npm install -g firebase-tools
```

iii. Deploy functions

```sh
cd functions/
npm run deploy
```

## Contributions
Contributions are highly welcome and appreciated!