Moz Spaceship Aragon Local 50700 Local Development Environment is a development environment for building, testing, and debugging decentralized applications (dApps) and smart contracts on the Aragon platform. This guide provides instructions on how to set up and use the local development environment.
Step 1: Install Aragon Local Environment
To get started with the Aragon Local Environment, you will need to install the Aragon CLI, which can be done using either npm or yarn.
For npm:
npm install -g @aragon/cli
For yarn:
yarn global add @aragon/cli
Step 2: Setup the Environment
Once the Aragon CLI has been installed, the next step is to setup the local development environment. To do this, you will need to run the following command:
aragon local setup
This command will install all the necessary dependencies, create a local blockchain network, and start a web server.
Step 3: Start the Environment
Once the setup is complete, you can start the development environment by running the following command:
aragon local start
This command will start a local blockchain network, start a web server, and deploy a default Aragon app to the network.
Step 4: Login
Now that the environment is running, you can login using the credentials provided. By default, the username is “admin” and the password is “admin”.
FAQs
Q1: How do I install the Aragon CLI?
A1: You can install the Aragon CLI using either npm or yarn. For npm, run the command “npm install -g @aragon/cli” and for yarn, run the command “yarn global add @aragon/cli”.
Q2: How do I setup the local development environment?
A2: To setup the local development environment, run the command “aragon local setup”. This will install all the necessary dependencies, create a local blockchain network, and start a web server.
Q3: How do I start the local development environment?
A3: To start the local development environment, run the command “aragon local start”. This will start a local blockchain network, start a web server, and deploy a default Aragon app to the network.
Q4: What is the default username and password for the Aragon Local Environment?
A4: The default username is “admin” and the password is “admin”.
Q5: How do I deploy an Aragon app?
A5: To deploy an Aragon app, you will need to use the Aragon CLI. You can find more information about using the Aragon CLI here: https://hack.