Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @metamask/json-rpc-engine README to reflect migration into monorepo subpackage #1990

Merged
merged 2 commits into from
Nov 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions packages/json-rpc-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

A tool for processing JSON-RPC requests and responses.

## Installation

`yarn add @metamask/json-rpc-engine`

or

`npm install @metamask/json-rpc-engine`

## Usage

```js
Expand Down Expand Up @@ -191,14 +199,6 @@ engine.push(function (req, res, next, end) {
});
```

## Running tests
## Contributing

Build the project if not already built:

```bash
yarn build
```

```bash
yarn test
```
This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/core#readme).
Loading