Futur Console account creation [Relai Network Devnet]

In order to create an account in Futur console, open the following url https://futur-console.relai.network/ and click on Get Started.

Before going further, we will need some tokens for the Substrate address we are going to tie with our Developer or Publisher account we will create and for that let's open a terminal to run a curl command to get the tokens by running a curl command :

curl "https://faucet-tskg7nm5aa-uc.a.run.app?requester=your_substrate_wallet_address"

for example let's request for Alice

curl "https://faucet-tskg7nm5aa-uc.a.run.app?requester=5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"

and we should see a response like

{"faucet":"Token Sending Initiation Successful TxHash : the_transaction_hash"}
We can use postman or the like if we wish.

Now we are good to go! let's continue

Choose the type of account you want to create depending on if you want to publish books or apps.

Let's create a Publisher account

After having successfully created the account and logged in we are invited to connect our substrate wallet (assuming you have polkadot.js or talisman extensions installed)

After having selected the wallet address you want to tie to the created account, the next step is to click on Register as a Publisher button.

And voila we are done for the account creation! The publisher accounts is created now and the same process can be applied when creating a Developer account.