This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename to @metamask/mobile-provider (#22)
- Loading branch information
Showing
2 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
# metamask-mobile-provider | ||
# @metamask/mobile-provider | ||
|
||
This package generates the javascript code that's injected on every webpage when using MetaMask Mobile. | ||
|
||
It includes `metamask-inpage-provider` and `web3` as a dependencies and it's intended to be up to date with the latest extension implementation: | ||
|
||
https://github.com/MetaMask/metamask-extension/blob/develop/app/scripts/contentscript.js | ||
This package generates the JavaScript code that's injected on every web page when using MetaMask Mobile. | ||
|
||
It includes `@metamask/inpage-provider` and `web3` as a dependencies and it's intended to be up to date with the [latest extension implementation](https://github.com/MetaMask/metamask-extension/blob/develop/app/scripts/contentscript.js). | ||
|
||
To build this package you can run: | ||
|
||
`yarn install` | ||
|
||
`yarn bundle` | ||
|
||
```shell | ||
yarn && yarn bundle | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters