New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@steerprotocol/contracts

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@steerprotocol/contracts

Contracts for Steer Protocol

latest
npmnpm
Version
3.1.7
Version published
Weekly downloads
286
162.39%
Maintainers
1
Weekly downloads
 
Created
Source

Steer Protocol V1 🧙‍♂️

Project Structure

  • .github
    • CICD
  • artifacts
    • hardhat compile artifacts (abis
  • contracts
    • protocol contracts
  • deploy
    • deployment files for the different contracts of the protocol
  • deployments
    • the deployed artifacts, same as artifacts but has the deployed address and other goodies per chain
  • patches
    • node_module patches we need to properly compile on ^0.8.10
  • test
    • Unit test files for the contracts
  • types
    • these are auto generated by typechain plugin within hardhat.config.ts, we use these a lot in tests and deployment files. These are created during compile of the contracts
  • utils
    • helpful scripts to manage constants or parsing events from transactions, also mocha setup for waffle chai matchers (https://ethereum-waffle.readthedocs.io/en/latest/matchers.html)

FAQs

Package last updated on 22 Dec 2024

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