aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-21 00:55:10 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-21 00:55:10 +0800
commit9018810ac20e7f73a34af564f208231196179f57 (patch)
tree993c2c8e99276857cfa3a7fec3885f3fa59ba090
parentbf1dc47e38e51aaef303d7f4e6906d47c37924a9 (diff)
downloadtangerine-wallet-browser-9018810ac20e7f73a34af564f208231196179f57.tar
tangerine-wallet-browser-9018810ac20e7f73a34af564f208231196179f57.tar.gz
tangerine-wallet-browser-9018810ac20e7f73a34af564f208231196179f57.tar.bz2
tangerine-wallet-browser-9018810ac20e7f73a34af564f208231196179f57.tar.lz
tangerine-wallet-browser-9018810ac20e7f73a34af564f208231196179f57.tar.xz
tangerine-wallet-browser-9018810ac20e7f73a34af564f208231196179f57.tar.zst
tangerine-wallet-browser-9018810ac20e7f73a34af564f208231196179f57.zip
Update tutorial links
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45fb68c78..bf1f37d1f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,13 @@
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/).
+### New Dapp Developers
+
+- We recommend this [Learning Solidity](https://karl.tech/learning-solidity-part-1-deploy-a-contract/) tutorial series by Karl Floersch.
+- We wrote a (slightly outdated now) gentle introduction on [Developing Dapps with Truffle and MetaMask](https://medium.com/metamask/developing-ethereum-dapps-with-truffle-and-metamask-aa8ad7e363ba).
+
+### Current Dapp Developers
+
- 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