You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recommend building on Ubuntu 16.04 LTS, and the build dependencies may be installed with:
39
32
@@ -88,14 +81,10 @@ Use `help` to see all available wallet commands. Source definition and listing o
88
81
89
82
Support
90
83
-------
91
-
Technical support is available in the [localcoinTalk technical support subforum](https://localcointalk.org/index.php?board=45.0).
92
-
93
84
LocalCoin Core bugs can be reported directly to the [issue tracker](https://github.com/LocalCoinIS/LocalCoin-core/issues).
94
85
95
86
LocalCoin UI bugs should be reported to the [UI issue tracker](https://github.com/LocalCoinIS/LocalCoin-ui/issues)
96
87
97
-
Up to date online Doxygen documentation can be found at [Doxygen](https://localcoin.org/doxygen/hierarchy.html)
98
-
99
88
Using the API
100
89
-------------
101
90
@@ -160,13 +149,6 @@ With the above configuration, here is an example of how to call `add_node` from
160
149
161
150
Note, the call to `network_node` is necessary to obtain the correct API identifier for the network API. It is not guaranteed that the network API identifier will always be `2`.
162
151
163
-
Since the `network_node` API requires login, it is only accessible over the websocket RPC. Our `doxygen` documentation contains the most up-to-date information
164
-
about API's for the [witness node](https://localcoin.github.io/doxygen/namespacegraphene_1_1app.html) and the
0 commit comments