aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Select not UpdateWilliam Morriss2018-07-311-1/+1
|
* reduce npm install to one lineWilliam Morriss2018-07-281-4/+1
|
* restore npm install instructionsWilliam Morriss2018-07-281-1/+5
|
* remove Web Store warningbobby dresser2018-07-281-2/+0
|
* remove current versionbobby dresser2018-07-261-1/+1
|
* fix link bracketbobby dresser2018-07-261-1/+1
|
* add current release to the READMEbobby dresser2018-07-261-0/+2
|
* added node version requirementsbrunobar792018-07-221-3/+2
|
* Fix link to TREZOR emulator docs in READMEWhymarrh Whitby2018-07-201-1/+1
|
* added TREZOR simulator instructionsbrunobar792018-07-141-0/+1
|
* fix readme documentation linkBobby Dresser2018-07-111-1/+1
|
* recommend yarn for node >= 10William Morriss2018-06-011-1/+3
|
* Add mission statement v1Dan Finlay2018-05-301-2/+6
|
* Merge pull request #3969 from MetaMask/i3966-AddJsDocsPageThomas Huang2018-04-181-0/+1
|\ | | | | Add JSDocs Page and Script
| * Add JSDocs Page and ScriptDan Finlay2018-04-131-0/+1
| | | | | | | | Includes new script `npm run doc` for generating docs page.
* | Add team member documentationDan Finlay2018-04-131-0/+1
|/ | | | | To help exeternal contributors make sense of who is active on the project, and who they should go to to ask certain questions.
* Updated one badge link to httpsMarius Kjærstad2018-03-251-1/+1
| | | Updated one badge link to https
* hn _locales : message.json [HINDI] (#3611)N1X2018-03-221-2/+0
| | | adding hn_IN `_locales`
* Document process of adding a new translationDan Finlay2018-03-101-0/+1
|
* Use httpsDan Finlay2018-01-131-1/+1
|
* Update support link on readmeDan Finlay2018-01-131-1/+1
|
* readme - fix "plugin" to "extension"kumavis2017-12-161-1/+1
|
* Add guide to porting to new platformsDan Finlay2017-09-151-0/+1
| | | | Adds a new guide to porting MetaMask to new platforms. Intended for all those devs asking us how to make a mobile MetaMask.
* readme - add waffle.io badgekumavis2017-08-091-1/+2
|
* readme - fix greenkeeper badge positionkumavis2017-08-041-2/+2
|
* README - fix bad mergekumavis2017-08-041-4/+0
|
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-08-041-1/+4
|\ | | | | | | greenkeeper/initial
| * Coveralls badge directs to master branchThomas Huang2017-07-261-1/+1
| |
| * Run coveralls on all branchesThomas Huang2017-07-261-1/+1
| |
| * Add Test Coverage with nyc package and coveralls for github badgeThomas Huang2017-07-241-1/+1
| |
| * Add user support linkDan Finlay2017-07-211-0/+4
| |
| * Update tutorial linksDan Finlay2017-07-211-1/+7
| |
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-08-041-2/+12
| | | | | | | | greenkeeper/initial
* | docs(readme): add Greenkeeper badgegreenkeeper[bot]2017-07-191-0/+2
|/
* Shield looks bettertmashuang2017-07-191-1/+1
|
* Change Ci Badge url for readmetmashuang2017-07-191-1/+1
|
* Break docs up into individual filesv3.7.5Dan Finlay2017-06-061-151/+17
|
* Add publishing guide to readmeDan Finlay2017-06-061-0/+5
|
* Add (vague) instructions to adding a new network to the dropdown.Kevin Serrano2017-04-261-0/+25
|
* Add more detailed instructions on generating and deleting notices.Kevin Serrano2017-04-181-0/+4
|
* modification of notices.Kevin Serrano2017-02-031-0/+11
|
* meta - readme - add gource instructionskumavis2017-01-031-0/+36
|
* Added instructions for installing local buildDan Finlay2016-11-221-0/+6
|
* meta - README - add npm start to instructionskumavis2016-11-221-1/+8
| | | thanks @karlfloersch
* Began adding browser-native encryptor moduleDan Finlay2016-10-131-0/+4
| | | | | | | | | Added new Qunit build process that will browserify the contents of `test/integration/lib` into the QUnit browser, allowing much more modular testing, including unit testing of our modules in our target browsers. Made a basic unit test file of this form for the new encryptor module, which fails miserably because I've only just begun to work with it. I've started with this blog post as a starting point, and will be adjusting it to our needs from there: http://qnimate.com/passphrase-based-encryption-using-web-cryptography-api/
* Add developer faq to top of readmeDan Finlay2016-09-101-0/+7
|
* Update readme node versionDan Finlay2016-07-291-1/+1
|
* Fixed deploy instructionsDan Finlay2016-07-271-5/+5
|
* Store versioned builds in builds folderDan Finlay2016-07-271-0/+2
|
* Add platform specific builds and zip tasks (#486)Dan Finlay2016-07-271-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Add platform specific folders to dist folder * Remove gulp hacks * Add platform specific bundling dev and dist tasks now build into platform-specific folders within the `dist` folder. Added tasks `gulp zip` and `gulp dist`. `zip` builds the platform-specific folders into platform-specific bundles within the `dist` folder. `dist` builds and then zips all at once. * Fix chrome bundle zipping * Fix broken reference in eth warning * Fix but where web3.eth.accounts are not available in firefox. * Bump changelog
* Add note about firefox stackoverflow to readmeDan Finlay2016-07-261-0/+2
|
* Add note about mozilla ircDan Finlay2016-07-261-0/+2
|
* Add firefox instructions to readmeDan Finlay2016-07-261-0/+10
|
* Add mock dev modeDan Finlay2016-07-221-8/+16
|
* Add simple build instructions (#454)Dan Finlay2016-07-161-0/+8
|
* readme - camel case MetaMaskkumavis2016-07-071-2/+2
|
* Add ui mocking mode explanationDan Finlay2016-07-011-0/+7
|
* Fix badge token paramDan Finlay2016-06-221-1/+1
|
* Add circle token to badge imageDan Finlay2016-06-221-1/+1
|
* Update build badgeDan Finlay2016-06-221-1/+1
|
* Update CI status badge for CircleDan Finlay2016-06-221-1/+1
|
* Began adding auto lintingDan Finlay2016-06-221-0/+2
|
* Add architecture diagram to readmeDan Finlay2016-06-141-0/+6
|
* Unify test suitesDan Finlay2016-04-191-10/+3
|
* Add build badgeDan Finlay2016-04-151-1/+1
|
* Remove private throughput graphDan Finlay2016-04-141-2/+0
|
* Add waffle metrics to the README for funDan Finlay2016-04-141-0/+2
|
* Move UI deps into main plugin package.jsonDan Finlay2016-04-141-2/+17
| | | | | Also move UI test scripts into main plugin Also move testing explanation to main plugin README.
* Added changelog and deploy docsDan Finlay2016-03-231-0/+9
|
* grunt to gulp readme changesSimon de la Rouviere2016-03-141-4/+2
|
* Added gulp cli documentationDan Finlay2016-03-041-0/+12
|
* Add grunt watch to web3-provider-engineDan Finlay2016-03-031-4/+4
|
* Watch metamask-ui for changes during grunt devDan Finlay2016-03-031-0/+10
|
* meta - readme - improve instructionskumavis2016-02-091-1/+6
|
* meta - readme - add grunt-cli to instructionskumavis2016-02-091-1/+2
|
* Add plugin adding docDan Finlay2015-12-211-0/+9
|
* Add simple dev readmeDan Finlay2015-12-211-0/+8