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.
- Host: GitHub
- URL: https://github.com/sevault/sevault-core
- Owner: Sevault
- Created: 2024-11-22T16:35:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T03:29:24.000Z (6 months ago)
- Last Synced: 2024-12-14T03:29:34.742Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!