diff options
Diffstat (limited to 'docs/introduction.md')
-rw-r--r-- | docs/introduction.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/introduction.md b/docs/introduction.md new file mode 100644 index 00000000..82f60fa4 --- /dev/null +++ b/docs/introduction.md @@ -0,0 +1,13 @@ +# Introduction + +### What is DekuSan? +DekuSan is an extension for accessing Ethereum enabled distributed applications, or "Dapps" in your normal Chrome browser! + +The extension injects the DEXON web3 API (Ethereum compatible) into every website's javascript context, so that dapps can read from the blockchain. + +DekuSan also lets the user create and manage their own identities, so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it. + +### Installation +Download from Chrome & Firefox entension stores: +- [Chrome Extension](https://chrome.google.com/webstore/detail/dekusan/anlicggbddjeebblaidciapponbpegoj) +- [Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/dekusan/) |