Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joticajulian/koinos-tutorial-microservice-typescript
Microservice in Typescript for Koinos
https://github.com/joticajulian/koinos-tutorial-microservice-typescript
Last synced: about 1 month ago
JSON representation
Microservice in Typescript for Koinos
- Host: GitHub
- URL: https://github.com/joticajulian/koinos-tutorial-microservice-typescript
- Owner: joticajulian
- Created: 2021-05-27T22:30:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T00:24:24.000Z (over 3 years ago)
- Last Synced: 2024-10-18T07:24:34.465Z (3 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koinos: Microservice using Typescript
This microservice is a simple prototype in typescript to show how to connect with the cluster.
Install packages
```
npm install
```Run the microservice
```
npm run start
```See https://peakd.com/koinos/@jga/koinos-tutorial-microservice-typescript for further details.