Amin Moghaddam 9e7b6d94ff feat(per): Per solidity sdk (#1325) 1 rok temu
..
abis 9e7b6d94ff feat(per): Per solidity sdk (#1325) 1 rok temu
IPERFeeReceiver.sol 9e7b6d94ff feat(per): Per solidity sdk (#1325) 1 rok temu
IPERMulticall.sol 9e7b6d94ff feat(per): Per solidity sdk (#1325) 1 rok temu
README.md 9e7b6d94ff feat(per): Per solidity sdk (#1325) 1 rok temu
package.json 9e7b6d94ff feat(per): Per solidity sdk (#1325) 1 rok temu

README.md

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