1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
pldespaigne 0ef7f603d6 Ipfs cid v1 base32 (#7362)
add ipfs gateway to advanced settings
use ipfs gateway from settings
use ipfs.dweb.link as default CID gateway
disallow gateway.ipfs.io as gateway
2019-12-12 11:28:07 -08:00
..
account-import-strategies
controllers Ipfs cid v1 base32 (#7362) 2019-12-12 11:28:07 -08:00
lib Ipfs cid v1 base32 (#7362) 2019-12-12 11:28:07 -08:00
migrations
platforms
background.js Ipfs cid v1 base32 (#7362) 2019-12-12 11:28:07 -08:00
chromereload.js
contentscript.js
first-time-state.js
inpage.js
metamask-controller.js Ipfs cid v1 base32 (#7362) 2019-12-12 11:28:07 -08:00
phishing-detect.js
README.md
ui.js

Main MetaMask Code

This folder contains the core-code.

Currently, it is organized mostly based on file category, like:

controllers, migrations, lib

Ongoing Task

Refactor code-structure, thus the subsystems are reflected on the filesystem.

Examples