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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ This command will:
67
67
download more data in exchange for avoiding processing the entire history of the HappyUC network,
68
68
which is very CPU intensive.
69
69
* Start up Ghuc's built-in interactive [JavaScript console](https://github.com/happyuc-project/happyuc-go/wiki/JavaScript-Console),
70
-
(via the trailing `console` subcommand) through which you can invoke all official [`web3` methods](https://github.com/happyuc-project/wiki/wiki/JavaScript-API)
70
+
(via the trailing `console` subcommand) through which you can invoke all official [`webu` methods](https://github.com/happyuc-project/wiki/wiki/JavaScript-API)
71
71
as well as Ghuc's own [management APIs](https://github.com/happyuc-project/happyuc-go/wiki/Management-APIs).
72
72
This too is optional and if you leave it out you can always attach to an already running Ghuc instance
73
73
with `ghuc attach`.
@@ -156,15 +156,15 @@ HTTP based JSON-RPC API options:
156
156
*`--rpc` Enable the HTTP-RPC server
157
157
*`--rpcaddr` HTTP-RPC server listening interface (default: "localhost")
158
158
*`--rpcport` HTTP-RPC server listening port (default: 8545)
159
-
*`--rpcapi` API's offered over the HTTP-RPC interface (default: "eth,net,web3")
159
+
*`--rpcapi` API's offered over the HTTP-RPC interface (default: "eth,net,webu")
160
160
*`--rpccorsdomain` Comma separated list of domains from which to accept cross origin requests (browser enforced)
161
161
*`--ws` Enable the WS-RPC server
162
162
*`--wsaddr` WS-RPC server listening interface (default: "localhost")
163
163
*`--wsport` WS-RPC server listening port (default: 8546)
164
-
*`--wsapi` API's offered over the WS-RPC interface (default: "eth,net,web3")
164
+
*`--wsapi` API's offered over the WS-RPC interface (default: "eth,net,webu")
165
165
*`--wsorigins` Origins from which to accept websockets requests
166
166
*`--ipcdisable` Disable the IPC-RPC server
167
-
*`--ipcapi` API's offered over the IPC-RPC interface (default: "admin,debug,eth,miner,net,personal,shh,txpool,web3")
167
+
*`--ipcapi` API's offered over the IPC-RPC interface (default: "admin,debug,eth,miner,net,personal,shh,txpool,webu")
168
168
*`--ipcpath` Filename for IPC socket/pipe within the datadir (explicit paths escape it)
169
169
170
170
You'll need to use your own programming environments' capabilities (libraries, tools, etc) to connect
Copy file name to clipboardExpand all lines: README_CN.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ This command will:
67
67
download more data in exchange for avoiding processing the entire history of the HappyUC network,
68
68
which is very CPU intensive.
69
69
* Start up Ghuc's built-in interactive [JavaScript console](https://github.com/happyuc-project/happyuc-go/wiki/JavaScript-Console),
70
-
(via the trailing `console` subcommand) through which you can invoke all official [`web3` methods](https://github.com/happyuc-project/wiki/wiki/JavaScript-API)
70
+
(via the trailing `console` subcommand) through which you can invoke all official [`webu` methods](https://github.com/happyuc-project/wiki/wiki/JavaScript-API)
71
71
as well as Ghuc's own [management APIs](https://github.com/happyuc-project/happyuc-go/wiki/Management-APIs).
72
72
This too is optional and if you leave it out you can always attach to an already running Ghuc instance
73
73
with `ghuc attach`.
@@ -156,15 +156,15 @@ HTTP based JSON-RPC API options:
156
156
*`--rpc` Enable the HTTP-RPC server
157
157
*`--rpcaddr` HTTP-RPC server listening interface (default: "localhost")
158
158
*`--rpcport` HTTP-RPC server listening port (default: 8545)
159
-
*`--rpcapi` API's offered over the HTTP-RPC interface (default: "eth,net,web3")
159
+
*`--rpcapi` API's offered over the HTTP-RPC interface (default: "eth,net,webu")
160
160
*`--rpccorsdomain` Comma separated list of domains from which to accept cross origin requests (browser enforced)
161
161
*`--ws` Enable the WS-RPC server
162
162
*`--wsaddr` WS-RPC server listening interface (default: "localhost")
163
163
*`--wsport` WS-RPC server listening port (default: 8546)
164
-
*`--wsapi` API's offered over the WS-RPC interface (default: "eth,net,web3")
164
+
*`--wsapi` API's offered over the WS-RPC interface (default: "eth,net,webu")
165
165
*`--wsorigins` Origins from which to accept websockets requests
166
166
*`--ipcdisable` Disable the IPC-RPC server
167
-
*`--ipcapi` API's offered over the IPC-RPC interface (default: "admin,debug,eth,miner,net,personal,shh,txpool,web3")
167
+
*`--ipcapi` API's offered over the IPC-RPC interface (default: "admin,debug,eth,miner,net,personal,shh,txpool,webu")
168
168
*`--ipcpath` Filename for IPC socket/pipe within the datadir (explicit paths escape it)
169
169
170
170
You'll need to use your own programming environments' capabilities (libraries, tools, etc) to connect
Copy file name to clipboardExpand all lines: cmd/pupphuc/module_dashboard.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ var dashboardContent = `
222
222
<div class="clearfix"></div>
223
223
</div>
224
224
<div class="x_content">
225
-
<p>The Mist browser is an <a href="https://electron.atom.io/" target="about:blank">Electron</a> based desktop application to load and interact with HappyUC enabled third party web DApps. Beside all the functionality provided by the HappyUC Wallet, Mist is an extended web-browser where loaded pages have access to the HappyUC network via a web3.js provider, and may also interact with users' own accounts (given proper authorization and confirmation of course).</p>
225
+
<p>The Mist browser is an <a href="https://electron.atom.io/" target="about:blank">Electron</a> based desktop application to load and interact with HappyUC enabled third party web DApps. Beside all the functionality provided by the HappyUC Wallet, Mist is an extended web-browser where loaded pages have access to the HappyUC network via a webu.js provider, and may also interact with users' own accounts (given proper authorization and confirmation of course).</p>
226
226
<p>Under the hood the browser is backed by a happyuc-go full node, meaning that a mid range machine is assumed. Similarly, synchronization is based on <strong>fast-sync</strong>, which will download all blockchain data from the network and make it available to the wallet. Light nodes cannot currently fully back the wallet, but it's a target actively pursued.</p>
227
227
<br/>
228
228
<p>To connect with the Mist browser, you'll need to initialize your private network first via Ghuc as Mist does not currently support calling Ghuc directly. To initialize your local chain, download <a href="/{{.GhucGenesis}}"><code>{{.GhucGenesis}}</code></a> and run:
0 commit comments