0.2.0 • Published 3 months ago

@pythnetwork/express-relay-sdk-solidity v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Express Relay Solidity SDK

Install

Truffle/Hardhat

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

npm install @pythnetwork/express-relay-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/express-relay-sdk-solidity

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

@pythnetwork/express-relay-sdk-solidity/=node_modules/@pythnetwork/express-relay-sdk-solidity
0.2.0

3 months ago