diff --git a/packages/keyring-utils/README.md b/packages/keyring-utils/README.md index 01019ba4..210958b3 100644 --- a/packages/keyring-utils/README.md +++ b/packages/keyring-utils/README.md @@ -10,25 +10,6 @@ or `npm install @metamask/keyring-utils` -## API - -TODO - ## Contributing -### Setup - -- Install [Node.js](https://nodejs.org) version 18 or higher - - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you. -- Install [Yarn v4](https://yarnpkg.com/getting-started/install) -- Run `yarn install` to install dependencies and run any required post-install scripts - -### Testing and Linting - -Run `yarn test` to run the tests once. To run tests on file changes, run `yarn test:watch`. - -Run `yarn lint` to run the linter, or run `yarn lint:fix` to run the linter and fix any automatically fixable issues. - -### Documentation - -TODO +This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/accounts#readme).