diff --git a/.github/etherspot_logo.png b/.github/etherspot_logo.png new file mode 100644 index 00000000..9e23ba86 Binary files /dev/null and b/.github/etherspot_logo.png differ diff --git a/.github/logo.png b/.github/logo.png deleted file mode 100644 index c4279602..00000000 Binary files a/.github/logo.png and /dev/null differ diff --git a/README.md b/README.md index b3f0df5e..8988bcd4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![MIT licensed][license-image] - + @@ -12,13 +12,19 @@ Etherspot is a blockchain development framework for EVM-compatible chains that c 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