dApp on the Robonomics network. Provides a view and interaction layer from a browser.
Contributions are welcome!
This repository uses yarn to organize the code. As such, after cloning dependencies should be installed via yarn, not via npm.
Vue js framework is used to create user interfaces.
To start -
- Clone the repo locally, via 
git clone https://github.com/airalab/dapp.robonomics.network <optional local path> - Ensure that you have a recent LTS version of Node.js, for development purposes Node >= 16 is recommended.
 - Ensure that you have a recent version of Yarn, for development purposes Yarn >= 1.22 is required.
 - Install the dependencies by running
 
yarn
- Ready! Now you can launch the UI (assuming you have a local Polkadot Node running), via
 
yarn serve
- Access the UI via http://localhost:8080