I'm working on the API for the creation of new organizations. This new API must create the SmartContract of Organization and persist all data (name of organization, address of smart contract, organizers) on Arweave. Since both the transaction for SmartContract creation and the one on Arweave are async I'm using Queues to handle these jobs.
Almost done, I need to figure out how to deploy it on Heroku: it requires Redis and an extra consumer process. ;)
Log in or sign up for Devpost to join the conversation.