Skip to main content

IPFS Backend - Quick Start Guide

The IPFS Backend is a node server hosted on AWS, mainly used for REST endpoints.


Quick Start Basics

Additional Setup

After installing dependencies and before running your application, do the following:

Create a config.json populated with the following:

Ask Avaer for credentials:


{
"accessKeyId": "<ACCESS_KEY_ID>",
"secretAccessKey": "<SECRET_ACCESS_KEY>"
}

Create a cert/ folder and copy into it the fullchain.pem and privkey.pem files for a valid certificate

You can ask Avaer for the certificates


API Docs

worlds.webaverse.org

GET worlds.webaverse.org/{worldId} Returns an object with: Host, World Name and Uptime of server.

POST worlds.webaverse.org/create Returns an object with: Host, World Name and Uptime of server.

DELETE worlds.webaverse.org/{worldId} Terminates the ec2 associated with world.