New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mean-finance/chainlink-registry

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mean-finance/chainlink-registry

A Chainlink Feed Registry by mean.finance

  • 2.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

Lint Tests (unit, integration)

This repository contains all necessary smart contracts for our own version of Chainlink's Feed Registry. Since they don't have it deployed to all chains, we needed to build and maintain our own.

📖 Docs

Check our docs at docs.mean.finance

👨‍💻 Development environment

  • Copy environment file
cp .env.example .env
  • Fill environment file with your information
nano .env

🧪 Testing

Unit

yarn test:unit

Will run all tests under test/unit

Integration

You will need to set up the development environment first, please refer to the development environment section.

yarn test:integration

Will run all tests under test/integration

🚢 Deployment

You will need to set up the development environment first, please refer to the development environment section.

yarn deploy --network [network]

The plugin hardhat-deploy is used to deploy contracts.

Licensing

The primary license for this repository is the GNU General Public License v2.0 (GPL-2.0-or-later), see LICENSE.

Exceptions

  • All files in contracts/mocks remain unlicensed.

Keywords

FAQs

Package last updated on 10 Nov 2023

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc