Skip to content

Commit

Permalink
Merge pull request #1 from Fingerling42/dev-2.0.0
Browse files Browse the repository at this point in the history
Update main branch to 2.0.0
  • Loading branch information
Fingerling42 authored Apr 26, 2024
2 parents 9eb5455 + c2edcc6 commit e3e3064
Show file tree
Hide file tree
Showing 50 changed files with 1,429 additions and 1,202 deletions.
329 changes: 91 additions & 238 deletions README.md

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions config/robonomics_pubsub_params_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Your account seed
account_seed: ''

# Node url, leave empty for default node address ("wss://kusama.rpc.robonomics.network"), for local node use "ws://127.0.0.1:9944"
remote_node_url: ''

# Type of your account, 'ED25519' or 'SR25519'
crypto_type: ''

# An address of Robonomics subscription owner, empty if there is no subscription
rws_owner_address: ''

# Full path of your directory, e.g. '/home/user/ipfs_files/', otherwise default path will be used
ipfs_dir_path: ''

# An address that can open an encrypted file, leave empty to not encrypt IPFS files
crypt_recipient_address: ''

# An address that sends encrypted file that can be decrypted by a robot, leave empty if IPFS file is not encrypt
crypt_sender_address: ''
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
109 changes: 0 additions & 109 deletions ipfs_handler/ipfs_handler/ipfs_handler_node.py

This file was deleted.

101 changes: 0 additions & 101 deletions ipfs_handler/launch/ipfs_handler_launch.py

This file was deleted.

4 changes: 0 additions & 4 deletions ipfs_handler/setup.cfg

This file was deleted.

7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
IPFS-Toolkit>=0.5.19
IPFS-Toolkit>=0.5.23
PyYAML>=6.0.1
robonomics-interface>=1.6.1
substrate-interface>=1.7.4
robonomics-interface>=1.6.2
substrate-interface>=1.7.8
typing_extensions>=4.9.0
35 changes: 0 additions & 35 deletions robonomics_ros2_examples/launch/turtlesim_robonomics_launch.py

This file was deleted.

Loading

0 comments on commit e3e3064

Please sign in to comment.