# Registering as a delegate
# Installing the uns.network CLI
The uns.network Command Line Interface (CLI) makes it easy to manage your @unikname and Unikname apps directly from the terminal. It’s an essential part of using uns.network.
Operating system | Download | Instructions |
---|---|---|
| Download the installer (opens new window) | Run the installer you have downloaded. Windows may display a warning, just click Run anyway. |
| Download the installer (opens new window) | Run the installer you have downloaded. |
| Download the archive (opens new window) | After having downloaded the archive, add |
Alternate installation modes are also available in the CLI documentation.
On Windows
Execute the file downloaded to procede to installation. Windows may display a warning, but don't worry, just continue the procedure.*
You can check that your installation is finished by entering uns
into your command prompt.
You should see the following menu :
$ uns
UNS.network CLI
VERSION
@uns/cli/X.X.X XXX XXX
USAGE
$ uns [COMMAND]
COMMANDS
cryptoaccount Manage Crypto Account (`uns cryptoaccount` to display Crypto Account commands)
...
If you want more details about the CLI and tips to use it, check the CLI documentation. You are now ready for the next step !
# Registering as a delegate
Congratulations! Now that you have:
- a cryptoaccount with some UNS
- a @unikname linked to your cryptoaccount
Now, you can register as a delegate!
Registering as a delegate
⚠️ You are about registering yourself as a uns.network delegate. ⚠️
Don't execute the following command if you are trying to create your @unikname id to integrate your application with Unikname Connect. Go to the Unikname Help Center (opens new window) instead.
Here is the complete process:
$ uns unik:disclose "@hello-world" -e "hello-world"
$ uns delegate:register "@hello-world"
$ uns delegate:vote "@hello-world"
Replace hello-world
by your own @unikname id.
# Checking your delegate status in the Explorer
You can check on explorer (opens new window) that your @unikname is in the delegate list. To start forging blocks, you'll need to set up a node.
Let's now configure your UNS node.