aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-09-10 11:01:27 +0800
committerDan Finlay <dan@danfinlay.com>2016-09-10 11:01:27 +0800
commit310ea53a82c82d19001940b371d9dfd3de01eba2 (patch)
tree9a4f288759d608b2300dc0245ea898f01d6d9a1b /README.md
parent153b6b73d8244e3e30d25784ad9ef937048e2d1b (diff)
downloadtangerine-wallet-browser-310ea53a82c82d19001940b371d9dfd3de01eba2.tar
tangerine-wallet-browser-310ea53a82c82d19001940b371d9dfd3de01eba2.tar.gz
tangerine-wallet-browser-310ea53a82c82d19001940b371d9dfd3de01eba2.tar.bz2
tangerine-wallet-browser-310ea53a82c82d19001940b371d9dfd3de01eba2.tar.lz
tangerine-wallet-browser-310ea53a82c82d19001940b371d9dfd3de01eba2.tar.xz
tangerine-wallet-browser-310ea53a82c82d19001940b371d9dfd3de01eba2.tar.zst
tangerine-wallet-browser-310ea53a82c82d19001940b371d9dfd3de01eba2.zip
Add developer faq to top of readme
Diffstat (limited to 'README.md')
-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.