mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
21 lines
434 B
Plaintext
21 lines
434 B
Plaintext
/- *btc
|
|
|%
|
|
+$ credentials [rpc-url=@t rpc-user=@t rpc-password=@t]
|
|
+$ status
|
|
$% [%host connected=? clients=(set ship)]
|
|
[%client connected=? host=(unit ship)]
|
|
==
|
|
+$ action
|
|
$% [%check-status ~]
|
|
[%get-block-count ~]
|
|
[%balance =address]
|
|
[%transactions =address]
|
|
==
|
|
::
|
|
+$ command
|
|
$% [%become-host =credentials]
|
|
[%connect-as-client host=ship]
|
|
[%allow-clients users=(set ship)]
|
|
==
|
|
--
|