https://github.com/elastos/elastos.essentials.api
https://github.com/elastos/elastos.essentials.api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastos/elastos.essentials.api
- Owner: elastos
- Created: 2021-11-11T10:05:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T08:20:23.000Z (about 1 year ago)
- Last Synced: 2025-02-12T20:38:44.053Z (4 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 22
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Essentials API
This repository contains (or will) various APIs used by the Elastos Essentials wallet.
For instance:- Check if there is a newer app version
- Get user assets
- Get dapps list
- Get tokens price# Initial setup
- Install mogodbTODO
- `npm i -D --legacy-peer-deps`
- Clone `./src/config/env-secret.template` to `./src/config/env-secret.ts`
- Start the API:
- `npm run start`
- Test APIhttp://localhost:3060/api/v1/updates/checkversion?version=3.0.8&platform=android