Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arifintahu/moscha-backend


https://github.com/arifintahu/moscha-backend

Last synced: 7 days ago
JSON representation

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
```