aboutsummaryrefslogtreecommitdiffstats
path: root/docs/porting_to_new_environment.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (#5471)Noel Yoo2018-10-091-1/+1
|
* fix typos (#5418)satboy782018-10-041-1/+1
|
* Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-231-1/+12
|\ | | | | | | network-remove-provider-engine
| * Enhance guide to porting to new platformDan Finlay2018-05-121-1/+12
| | | | | | | | | | | | It skimmed over the complicated parts before, and left people unsure how to proceed. I now dive straight into what will confuse them, and provide links directly to the code that can help clarify.
* | docs - remove references to web3-provider-enginekumavis2018-05-171-2/+0
|/
* Define encryptor in constructor params instead of platform objectDan Finlay2017-09-231-4/+10
|
* Add platform docs including encryptor paramDan Finlay2017-09-221-4/+25
|
* Add guide to porting to new platformsDan Finlay2017-09-151-0/+65
Adds a new guide to porting MetaMask to new platforms. Intended for all those devs asking us how to make a mobile MetaMask.