mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 02:11:38 +03:00
20 lines
343 B
Plaintext
20 lines
343 B
Plaintext
:: Sends a command to the BTC Bridge
|
|
::
|
|
:: Commands:
|
|
::
|
|
::
|
|
::
|
|
/- *btc-bridge
|
|
::
|
|
:- %say
|
|
|= $: [now=@da eny=@uvJ =beak]
|
|
[[comm=command ~] ~]
|
|
==
|
|
:- %btc-bridge-command
|
|
?+ -.comm ~| [%unsupported-command -.comm] !!
|
|
%connect-as-host comm
|
|
%connect-as-client comm
|
|
%add-clients comm
|
|
%broadcast-tx comm
|
|
==
|