diff --git a/examples/hosted-counter-metamask/index.html b/examples/hosted-counter-metamask/index.html index 71d6f37..ce39627 100644 --- a/examples/hosted-counter-metamask/index.html +++ b/examples/hosted-counter-metamask/index.html @@ -21,12 +21,15 @@
-

Counter

+

MetaMask Counter

- This is a simple application tracking some on-chain state that remembers the value of an integer counter. + This is a simple application tracking some on-chain state that remembers the value of an integer counter, with transactions signed by MetaMask.

- Click the button to submit a block that increments the counter, and watch your local node's state update in real-time. + You'll need to have MetaMask installed and connected to the page for this demo to run. +

+

+ Click the button to ask MetaMask to sign a block with your key that increments the counter.