LOOKING FOR PROGRAMMATIC INSTRUCTIONS?
You can check out our API reference for the same.
How to register your own AppID
on Avail DA?
The easiest way to set up your own AppID
on Avail DA is to use our online AppID generator (opens in a new tab).
Check the next available AppID
Each appID
consists of 3 fields:
key
: This is a string that is the name of theappID
. EachappID
should have a unique name.owner
: This is the address of the account that created theappID
. A single address can create multipleAppIds
.id
: This is the unique integer index of theappID
. It is incremented by 1 everytime a newappID
is created. Whenever a newappID
is created, it is automatically assigned the next availableid
.
- Go to appid.availproject (opens in a new tab) and select the correct network from the dropdown.
- Click on
Search
and you will see a list of already existingAppIDs
on the network.
If you choose to create a new
AppID
, it'sid
will be the next integer in the sequence.
How to register my own AppID
?
- You need to connect an Avail DA account to the website. Click on
Connect wallet
to do so.
If you don't have an Avail DA wallet, you can follow our docs on setting up a new wallet.
- Once connected, simply give your
AppID
a name, click onCreate AppID
and approve the transaction in your wallet to create theAppID
.
A few more things of note
-
As stated earlier, an the
key
andid
fields of everyAppID
are unique. This means if you try to create anAppID
with the samekey
as an existing one, the operation will fail. -
If you're a developer and are looking for more programmatic instructions, you can check out our API reference.