This service talks to polymesh sdk and performs requested operations such as creating, minting, distributing tokens.
To setup this service follow the below steps:
- 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/ - Install node modules:
npm run i
- Pull in env variables from dotenv using:
npx dotenv-vault@latest pull
- Run command
npm run start:dev
to start developing