https://github.com/stacks-archive/sbtc-bridge-api
https://github.com/stacks-archive/sbtc-bridge-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stacks-archive/sbtc-bridge-api
- Owner: stacks-network
- License: agpl-3.0
- Created: 2023-02-27T02:56:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T11:46:32.000Z (about 1 year ago)
- Last Synced: 2024-04-24T15:59:06.691Z (about 1 year ago)
- Language: TypeScript
- Size: 6.87 MB
- Stars: 6
- Watchers: 8
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sBTC Bridge Service
Indexes and caches contract data to make the api client application faster
and more flexible.## Development
To run the server in watch mode (nodemon) for rapid development;
```bash
cd sbtc-bridge-api
node -v
v19.7.0
npm install
npm run dev
```Note: the dev script concurrently builds the [swagger docs](http://localhost:3010/docs) for
the application.