JSPM

@pythnetwork/per-sdk-solidity

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q25320F
  • License Apache-2.0

Solidity SDK for interacting with Pyth express relay contracts

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pythnetwork/per-sdk-solidity) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Pyth Express Relay Solidity SDK

    Install

    Truffle/Hardhat

    If you are using Truffle or Hardhat, simply install the NPM package:

    npm install @pythnetwork/per-sdk-solidity

    Foundry

    If you are using Foundry, you will need to create an NPM project if you don't already have one. From the root directory of your project, run:

    npm init -y
    npm install @pythnetwork/per-sdk-solidity

    Then add the following line to your remappings.txt file:

    @pythnetwork/per-sdk-solidity/=node_modules/@pythnetwork/per-sdk-solidity