Quick start
This short section describes how to setup your environment for the Akord Command Line Interface (CLI).
With the Akord CLI, you can interact with the protocol to create vaults, upload files, post messages and more.
To get started, make sure you have Node version 16+ installed. Test your version of node and NPM from the command line.
We recommend using Node Version Manager (NVM) to manage the installation and versioning of Node.
With node and NPM both installed, you can download and install the Akord CLI.
Launch your first Akord vault
Now that you have the tools installed, let's launch a new vault on the permaweb. To proceed with the tutorial, please signup with an Akord account.
With your account ready, simply login via the command line:
The CLI should return your public keys.
Create a vault
You're ready to create a vault.
Make sure to note/save your vault id (see below). We'll use it for the next set of commands.
Logging into the Akord app, you should be able to see your new vault.
Create a folder and upload a file
With our vault created, we're ready to create a folder with the vault ID we generated above:
And finally, let's upload the file as a new stack:
Last updated