Skip to content

maestaspat/launchpad-chain

This branch is 22 commits ahead of pastanv/launchpad-chain:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 4, 2023
Nov 24, 2023
Dec 14, 2023
Nov 24, 2023
Dec 12, 2023
Nov 24, 2023
Dec 14, 2023
Nov 24, 2023
Dec 14, 2023
Nov 24, 2023
Nov 24, 2023
Dec 12, 2023
Nov 24, 2023
Nov 24, 2023
Nov 24, 2023
Nov 24, 2023
Dec 12, 2023
Dec 12, 2023
Nov 24, 2023
Dec 4, 2023

Repository files navigation

Launchpad-chain

This service talks to polymesh sdk and performs requested operations such as creating, minting, distributing tokens.

To setup this service follow the below steps:

  1. Install RabbitMQ (https://www.rabbitmq.com/install-homebrew.html):
    a. brew install rabbitmq (to download rabbitmq on to the system)
    b. brew info rabbitmq (can be used to get info, where rabbitmq config is located)
    c. brew services start rabbitmq (starts the rabbitmq server)
    d. visit: http://localhost:15672/
  2. Install node modules: npm run i
  3. Pull in env variables from dotenv using: npx dotenv-vault@latest pull
  4. Run command npm run start:dev to start developing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.2%
  • Shell 2.6%
  • Dockerfile 1.8%
  • JavaScript 0.4%