Content List

  1. Robonomic’s Launch
  2. Overall Scheme in a nutshell
  3. Friendly Example
  4. Preparing to work with platform:
    1. Building a Docker Image (with Github)
    2. Environment
    3. Get files after exection
    4. Access to shell
  5. Work with Spot
  6. Cameras

Robonomics Launch

It could be useful to send some messages with transaction incapsulated in Robonomic’s Lauch. In a nutshell, your robot should subscribe for events at some wallet, and your user should send transactions to it. Message should be short enought to be stored in transaction or stored in IPFS and accessible by hash. You could use Pinata as a easy solution for this hackathon

Detailed description could be found at Robonomic’s Wiki

We present to your ready to go Python scripts for subscriber and launcher. To start:

  1. Install requirements
  2. Set the environmental variables for account seed, listening account, Pinata JWT token and IPFS Gateway link
  3. Start the subscriber
  4. Run the launcher.

Overall scheme