diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-07-21 00:55:10 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-07-21 00:55:10 +0800 |
commit | 9018810ac20e7f73a34af564f208231196179f57 (patch) | |
tree | 993c2c8e99276857cfa3a7fec3885f3fa59ba090 | |
parent | bf1dc47e38e51aaef303d7f4e6906d47c37924a9 (diff) | |
download | tangerine-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.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |