simple-dapp-tutorial
simple-dapp-tutorial copied to clipboard
A tutorial based on the MetaMask E2E Test Dapp(decentralized app) - Will be updating to Typescript soon and finishing part 2 and 3
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
It looks like this https://metamask.github.io/test-dapp/ has different code than the current master branch. In particular, the master branch requires `web3` which has been [removed in metamask](https://docs.metamask.io/guide/provider-migration.html#replacing-window-web3), so the demo doesn't...
When can we expect the tutorial to be updated to typescript and the part 2&3?
https://docs.metamask.io/guide/create-dapp.html#project-setup suggests npm install as package manager while the yarn.lock file is in the root folder. Should the documentation use yarn instead of npm?
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
[README.md](https://github.com/BboyAkers/simple-dapp-tutorial/files/9007228/README.md)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...