Skip to content

Commit

Permalink
Update metamask console to Geth console + Ropsten
Browse files Browse the repository at this point in the history
Metamask's web3 interface functionality is being deprecated so I'm suggesting people to use Geth console instead. 

Also noted that this is for Ropsten testnet - not mainnet. this is something the original text missed.
  • Loading branch information
safetyth1rd authored Feb 4, 2020
1 parent 68e3301 commit 20eeb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06transactions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ In summary, it is important to note that the use of the nonce is actually vital
[[tracking_nonce]]
==== Keeping Track of Nonces

((("nonces","keeping track of")))In practical terms, the nonce is an up-to-date count of the number of _confirmed_ (i.e., on-chain) transactions that have originated from an account. To find out what the nonce is, you can interrogate the blockchain, for example via the web3 interface. Open a JavaScript console in a browser with MetaMask running, or use the +truffle console+ command to access the JavaScript web3 library, then type:
((("nonces","keeping track of")))In practical terms, the nonce is an up-to-date count of the number of _confirmed_ (i.e., on-chain) transactions that have originated from an account. To find out what the nonce is, you can interrogate the blockchain, for example via the web3 interface. Open a JavaScript console in Geth (or your preferred web3 interface) on Ropsten testnet, then type:

++++
<pre data-type="programlisting">
Expand Down

0 comments on commit 20eeb19

Please sign in to comment.