Perpetual Protocol Curie (v2) oracle contracts
Last updated May 2, 2025
17
Stars
10
Forks
1
Issues
0
Stars/day
Attention Score
13
Language breakdown
Solidity 61.7%
TypeScript 38.3%
JavaScript 0.1%
▸ Files
click to expand
README

perp-oracle-contract
This repository contains the oracle smart contracts for Perpetual Protocol Curie (v2). For core contracts, see perp-curie-contract.
Contract source code is also published as npm package:
Local Development
You need Node.js 16+ to build. Use nvm to install it.
Clone this repository, install Node.js dependencies, and build the source code:
git clone git@github.com:perpetual-protocol/perp-oracle-contract.git
npm i
npm run build
Run all the test cases:
npm run test
Changelog
See CHANGELOG.
If any features/functionalities described in the Perpetual Protocol documentation, code comments, marketing, community discussion or announcements, pre-production or testing code, or other non-production-code sources, vary or differ from the code used in production, in case of any dispute, the code used in production shall prevail.
🔗 More in this category