The Ryder Prototype Simulator is an app that runs on your desktop and simulates the Ryder_V2 prototype. It runs the real firmware and behaves exactly like the physical device.


Download

Firmware version 0.0.2

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c0f5b3d2-f450-4daa-abba-d20f5f717b54/apple.svg

macOS Big Sur

Universal binary

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c37732e0-32c4-410d-8e27-adb17183e07b/windows.svg

Windows 10

64 bits

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ed7bbed0-ab89-4072-8c71-5e9e5c84d2c9/ac8b459b-6234-48e7-b5c2-1c5131a9dad4.svg

Linux

x86 - 64 bits

Getting started (macOS / Linux)

  1. Download the simulator for your platform and unzip the contents of the archive into a folder.

  2. You can double-click the simulator to run it, but it is easier to use your favourite terminal emulator and execute it from the folder. If you double-click it on macOS and get a security warning, scroll down for details.

  3. The simulator should start and present you with the following screen:

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/973b4c98-2e08-4235-9355-49497d7d7373/Screenshot_2021-05-06_at_9.03.07_PM.png

  4. Look at the terminal screen for a message as follows:

    RyderProto_V2 Simulator starting.
    Opened virtual serialport on: /dev/ttys002
    
  5. Install the Ryder CLI:

    Ryder Prototype CLI

  6. Issue the setup command to initialise a wallet:

    $ ryder-cli-proto --ryder-port /dev/ttys002 setup 
    

macOS security warning

The Ryder Simulator is an unsigned application, so macOS might block it depending on the way it is opened. If you see a warning like below without the option to run the application, head to System Preferences → Security & Privacy → General tab → Click "Open Anyway".

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/dd8730a9-11dd-42d9-89c9-a2439b618674/Screenshot_2021-05-06_at_8.39.25_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a77d9b9c-e109-46a6-87ed-97826c0fe809/Screenshot_2021-05-06_at_8.39.39_PM.png

Getting started (Windows)

  1. Download your favourite null-modem / virtual com-port solution (for example, com0com) to create a virtual comport-pair: COM21 ↔ COM22.