diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 8475bb35e19..fbb91a12b54 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -57,6 +57,13 @@ Clicking this button should call the following method: ethereum.enable() ``` +

+ See the Pen + Ethereum Enable Example by Austin Akers (@BboyAkers) + on CodePen. +

+ + This promise-returning function resolves with an array of hex-prefixed ethereum addresses, which can be used as general account references when sending transactions. Over time, this method is intended to grow to include various additional parameters to help your site request all the setup it needs from the user during setup.