Skip to content

Commit

Permalink
chore(keyring-utils): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Sep 9, 2024
1 parent c73e4f8 commit 46bb5ff
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions packages/keyring-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 46bb5ff

Please sign in to comment.