aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-09-13 00:47:03 +0800
committerGitHub <noreply@github.com>2016-09-13 00:47:03 +0800
commit56b9b1766d5d71ac427e27503e5fc8b51fd85b99 (patch)
tree8cf24728e862b048c49e0e94bb1d614b42ddf3bc
parent5c1d8e299e68be6a74935f4eff56f68a9ccf5b72 (diff)
parent3e836abc4797445fa97f8d325c2b4801d2106930 (diff)
downloadtangerine-wallet-browser-56b9b1766d5d71ac427e27503e5fc8b51fd85b99.tar.gz
tangerine-wallet-browser-56b9b1766d5d71ac427e27503e5fc8b51fd85b99.tar.zst
tangerine-wallet-browser-56b9b1766d5d71ac427e27503e5fc8b51fd85b99.zip
Merge branch 'master' into i555-SaltVault
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c348b56c..afdda4d97 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
# MetaMask Plugin [![Build Status](https://circleci.com/gh/MetaMask/metamask-plugin.svg?style=shield&circle-token=a1ddcf3cd38e29267f254c9c59d556d513e3a1fd)](https://circleci.com/gh/MetaMask/metamask-plugin)
+## Developing Compatible Dapps
+
+If you're a web dapp developer, we've got two types of guides for you:
+
+- If you've never built a Dapp before, we've got a gentle introduction on [Developing Dapps with Truffle and MetaMask](https://blog.metamask.io/developing-for-metamask-with-truffle/).
+- If you have a Dapp, and you want to ensure compatibility, [here is our guide on building MetaMask-compatible Dapps](https://github.com/MetaMask/faq/blob/master/DEVELOPERS.md)
+
## Building locally
- Install [Node.js](https://nodejs.org/en/) version 6.3.1 or later.