Socket
Book a DemoInstallSign in
Socket

@rainbow-me/provider

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rainbow-me/provider

[![npm version](https://badge.fury.io/js/@rainbow-me%2Fprovider.svg)](https://www.npmjs.com/package/@rainbow-me/provider) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

0.1.3
latest
npmnpm
Version published
Weekly downloads
188
-29.59%
Maintainers
4
Weekly downloads
 
Created
Source

Rainbow Provider

npm version License: MIT

Ethereum provider implementation used in the Rainbow Extension and Rainbow App Browser.

Installation

yarn add @rainbow-me/provider
# or
npm install @rainbow-me/provider
# or
pnpm add @rainbow-me/provider

Usage

import { RainbowProvider } from '@rainbow-me/provider';

// Initialize the provider
const provider = new RainbowProvider();

// Use with ethers.js or other web3 libraries
const accounts = await provider.request({
  method: 'eth_accounts',
  params: []
});

Development

# Match environment
nvm install && nvm use
corepack enable

# Install dependencies
yarn install

# Build the package
yarn build

# Run tests
yarn test

# Type check
yarn typecheck

# Lint
yarn lint

License

MIT © Rainbow

FAQs

Package last updated on 18 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.