Skip to content

Commit

Permalink
Update sdk readme (#219)
Browse files Browse the repository at this point in the history
* Update sdk readme [skip ci]

* Update TransactionKit naming [skip ci]

* Update BUIDLer [skip ci]
  • Loading branch information
taylorferran authored Mar 27, 2023
1 parent 3ca8b21 commit d47697e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Binary file added .github/etherspot_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/logo.png
Binary file not shown.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,27 @@
![MIT licensed][license-image]

<a href="https://www.etherspot.io">
<img src=".github/logo.png" width="100"/>
<img src=".github/etherspot_logo.png" width="100"/>
</a>


Etherspot is a blockchain development framework for EVM-compatible chains that creates direct state channel bridges to provide a seamless user experience across chains and wallets.

With just one deposit you’re able to onboard your users to the entire multichain world.

Developers can use the Buidler and TransactionKit tools to easily include Etherspot features into their dapps.

For more powerful but complex uses, developers can dive deeper into the SDK and explore a number of custom use cases.

More information at [etherspot.io](https://www.etherspot.io)

## Resources

* [playground](https://try.etherspot.dev)
* [documentation](https://docs.etherspot.dev)
* [examples](https://github.com/etherspot/etherspot-sdk/tree/develop/examples)
* [Playground](https://try.etherspot.dev)
* [BUIDLer](https://buidler.etherspot.io/)
* [TransactionKit](https://etherspot.io/transactionkit/)
* [Documentation](https://docs.etherspot.dev)
* [Examples](https://github.com/etherspot/etherspot-sdk/tree/develop/examples)

## Installation

Expand Down

0 comments on commit d47697e

Please sign in to comment.