Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
added get account by Async/Await example
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyAkers committed Mar 12, 2020
1 parent d7b79cc commit ea88771
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ footer: MIT Licensed
#### Current List of Guides

* [Learning Solidity](https://karl.tech/learning-solidity-part-1-deploy-a-contract/) by karl Floersch
* [CryptoZombies](https://cryptozombies.io/)
<demo-1/>
* [CryptoZombies](https://cryptozombies.io/)
8 changes: 8 additions & 0 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ const account = accounts[0] // We currently only ever provide a single account,
// but the array gives us some room to grow.
```

<p class="codepen" data-height="265" data-theme-id="dark" data-default-tab="js,result" data-user="BboyAkers" data-slug-hash="gOpvrGb" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Get Account By Async">
<span>See the Pen <a href="https://codepen.io/BboyAkers/pen/gOpvrGb">
Get Account By Async</a> by Austin Akers (<a href="https://codepen.io/BboyAkers">@BboyAkers</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>


## Choosing a Convenience Library

Convenience libraries exist for a variety of reasons.
Expand Down

0 comments on commit ea88771

Please sign in to comment.