mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
|%
|
|
+$ address ?(@uc [%bech32 @t])
|
|
+$ tx @
|
|
+$ credentials [rpc-url=@t rpc-user=@t rpc-password=@t]
|
|
+$ bio $: mode=?(%remote %local)
|
|
=credentials :: for connecting to btc-provider
|
|
clients=(set ship) :: allowed clients for this node
|
|
==
|
|
+$ action
|
|
$% [%connect =credentials]
|
|
[%status ~]
|
|
[%balance =address]
|
|
[%transactions =address]
|
|
[%broadcast-tx =tx]
|
|
==
|
|
--
|