Skip to content

Commit

Permalink
Catalyst F11 Guild proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jan 26, 2024
1 parent fbc659c commit 38e1adf
Show file tree
Hide file tree
Showing 8 changed files with 1,452 additions and 267 deletions.
97 changes: 66 additions & 31 deletions Build/node-cli/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Build/wallet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ <h5 id="build-cardano-wallet">Build Cardano Wallet<a class="headerlink" href="#b
<h5 id="start-the-wallet">Start the wallet<a class="headerlink" href="#start-the-wallet" title="Permanent link">⚓︎</a></h5>
<p>You can run the below to connect to a <code>cardano-node</code> instance that is expected to be already running and the wallet will start syncing.
<div class="highlight"><pre><span></span><code>cardano-wallet<span class="w"> </span>serve<span class="w"> </span>/
<span class="w"> </span>--node-socket<span class="w"> </span><span class="nv">$CNODE_HOME</span>/sockets/node0.socket<span class="w"> </span>/
<span class="w"> </span>--node-socket<span class="w"> </span><span class="nv">$CNODE_HOME</span>/sockets/node.socket<span class="w"> </span>/
<span class="w"> </span>--mainnet<span class="w"> </span>/<span class="w"> </span><span class="c1"># if using the testnet flag you also need to specify the testnet shelley-genesis.json file</span>
<span class="w"> </span>--database<span class="w"> </span><span class="nv">$CNODE_HOME</span>/priv/wallet
</code></pre></div></p>
Expand Down
Loading

0 comments on commit 38e1adf

Please sign in to comment.