Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralphilius/stellar-aaas
https://github.com/ralphilius/stellar-aaas
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ralphilius/stellar-aaas
- Owner: ralphilius
- Created: 2021-08-16T11:01:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:51:21.000Z (about 1 year ago)
- Last Synced: 2024-11-05T21:32:23.769Z (about 2 months ago)
- Language: TypeScript
- Homepage: stellar-aaas.vercel.app
- Size: 13.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar Account as a Service
## Getting Started
Run this command inside project folder
```
npm install
```
Start the server with
```
npm start
```**Note:** All the methods should now be available within `/api` subpath
## Testing
In order to run test on a fresh Replit database, we need to pass `CUSTOM_DB` environment variable which is a link to a shared Replit Database proxy [here](https://replit.com/@util/Replit-Database-proxy). By this way, we can have a clean working database and we can quickly erase test database without affecting the running application.Run this script to test
```
npm test
```