Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arifintahu/moscha-backend
https://github.com/arifintahu/moscha-backend
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arifintahu/moscha-backend
- Owner: arifintahu
- Created: 2023-12-30T12:06:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T23:18:30.000Z (10 months ago)
- Last Synced: 2024-04-23T20:00:50.330Z (7 months ago)
- Language: TypeScript
- Size: 623 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moscha - Chatbot for Cosmos Chains
## Overview
Moscha is an interactive chatbot designed specifically for engaging with Cosmos chains. Our primary objective is to provide seamless and meaningful interactions for users. Recognizing that some users lack technical expertise, we aim to address any technical issues that may arise during their interactions with the chains. As a solution, we enable users to execute transactions and seek assistance through the chatbot.
## Installation
```bash
$ npm install
```## Migration
```bash
$ npm run migration:up
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```