Skip to main content
Version: Next

Install application

We have created simple and easy to use example application called only-peers. Application enables writing posts and leaving comments. To try out application you need to create new context where application will be installed.

Create new context​

To create new context, node CLI has to be used.

If the node doesn't have application installed, you need to install the application first. If the application is already installed, you can skip this step.

meroctl app install --path /path/to/app

After the application is installed, you can create new context:

Terminal
meroctl context create --application-id <app-id> --protocol near

You are now part of the context and can start using the application.

Try out Only-peers application​

We have built and deployed a demo app so you can try it out immediately.

Navigate to https://calimero-network.github.io/only-peers-client/ to access app frontend.

You will be asked to setup the app by the adding the node url. It is the same url you used while starting the node in Getting-started http://localhost:NODE_PORT After setting up node url, you will be asked to login.

NOTE: Use your wallet which you have already added as root key in Admin Dashboard

You are now ready to use the app. Enjoy!

Was this page helpful?
Need some help? Check Support page