diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2017-07-21 00:59:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 00:59:57 +0800 |
commit | 9b24ab0e70d72471ddc928a763bc2096790ab966 (patch) | |
tree | 5497905e99682f49adef52ab8ed7d6d2fe3a5b99 | |
parent | bf1dc47e38e51aaef303d7f4e6906d47c37924a9 (diff) | |
parent | 366ddc62488c99494b3973e157bf9a1c9d5af0cb (diff) | |
download | tangerine-wallet-browser-9b24ab0e70d72471ddc928a763bc2096790ab966.tar tangerine-wallet-browser-9b24ab0e70d72471ddc928a763bc2096790ab966.tar.gz tangerine-wallet-browser-9b24ab0e70d72471ddc928a763bc2096790ab966.tar.bz2 tangerine-wallet-browser-9b24ab0e70d72471ddc928a763bc2096790ab966.tar.lz tangerine-wallet-browser-9b24ab0e70d72471ddc928a763bc2096790ab966.tar.xz tangerine-wallet-browser-9b24ab0e70d72471ddc928a763bc2096790ab966.tar.zst tangerine-wallet-browser-9b24ab0e70d72471ddc928a763bc2096790ab966.zip |
Merge pull request #1801 from MetaMask/i1800-UpdateTutorialLink
Update tutorial link
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,10 +1,20 @@ # MetaMask Plugin [![Build Status](https://circleci.com/gh/MetaMask/metamask-extension.svg?style=shield&circle-token=a1ddcf3cd38e29267f254c9c59d556d513e3a1fd)](https://circleci.com/gh/MetaMask/metamask-extension) +## Support + +If you're a user seeking support, [here is our support site](http://metamask.consensyssupport.happyfox.com). + ## 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/). +### 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 |