app icon indicating copy to clipboard operation
app copied to clipboard

Robonomics-chain plugin request

Open daniilsv opened this issue 2 years ago • 11 comments

Para-chain name Robonomics

Description Overview of your para-chain.

Plugin functions Overview of your Plugin.

  • Sending Launch command into network
  • Sending Datalog command with parameters
  • Reading Datalog current ring index and element by index from network

daniilsv avatar Mar 16 '22 11:03 daniilsv

Hello!

We'd like to add Robonomics Network in Polkawallet. Robonomics has won a parachain slot in Kusama last January and provides utility functions for IoT devices. It enables easy connection IoT to Web3 world!

First release of the plugin includes the very basic functions such as launch and datalog. The first allows one to launch on and off a specific device (via its robonomics address), the second one allows to store or retrieve data to/from blockchain (for example telemetry of a device)

Vourhey avatar Mar 16 '22 11:03 Vourhey

I just tested your plugin and found it doesn't has an icon for XRT, maybe you should add the XRT icon in plugin.tokenIcons.

RomeroYang avatar Mar 18 '22 10:03 RomeroYang

@RomeroYang, Just updated assets and packages. Now it should be clean

daniilsv avatar Mar 18 '22 11:03 daniilsv

@RomeroYang Did you have a chance to test the plugin again?

Vourhey avatar Mar 21 '22 16:03 Vourhey

Set genesisHash of the network like this https://github.com/polkawallet-io/polkawallet_plugin_kusama/blob/37ea059b990e6771926da7e0148da417d376a4fd/lib/polkawallet_plugin_kusama.dart#L53

Polkawallet will check it to ensure the plugin sending Extrinsics to the right network.

RomeroYang avatar Mar 22 '22 09:03 RomeroYang

@RomeroYang, done. Added genesis. You can check it further

daniilsv avatar Mar 22 '22 12:03 daniilsv

Go to Settings -> Metadata page in https://polkadot.js.org/apps, you will see the genesisHash, it should be 0x631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc for robonomics.

RomeroYang avatar Mar 23 '22 09:03 RomeroYang

@RomeroYang changed to this

daniilsv avatar Mar 23 '22 11:03 daniilsv

@RomeroYang Bump

daniilsv avatar Apr 01 '22 05:04 daniilsv

@RomeroYang did you have time to check the plugin?

Vourhey avatar Apr 04 '22 11:04 Vourhey

Integrated in release 3.1.8

RomeroYang avatar Apr 06 '22 11:04 RomeroYang