Welcome to the magical world of Elenébélócococicicicic. Follow these simple steps to begin your journey.
Begin AdventureStart by establishing your connection using the mystical command line.
$ portal create elenebelocococicicicic.com
Follow the interactive prompts to configure your adventure settings.
/**
* Welcome to Elenébélócocococicicicic!
* This script connects you to the mystical network.
*/
async function connectQuick() {
const portal = await Portal.open({
endpoint: 'https://elenebelocococicicicic.com/api',
mode: 'auto',
credentials: 'session'
});
const response = await portal.send(`QUICKSTART ${Date.now()}`);
console.log(response);
return portal;
}