mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
20 lines
411 B
Plaintext
20 lines
411 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 ~]
|
|
[%balance =address]
|
|
[%transactions =address]
|
|
==
|
|
::
|
|
+$ command
|
|
$% [%connect-as-host =credentials]
|
|
[%connect-as-client host=ship]
|
|
[%allow-clients users=(set ship)]
|
|
==
|
|
--
|