tommy19970714 / perp-oracle-contract

Perpetual Protocol Curie (v2) oracle contracts

Home Page:https://perp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

perp-oracle-contract

@perp/perp-oracle-contract on npm

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.

About

Perpetual Protocol Curie (v2) oracle contracts

https://perp.com

License:GNU General Public License v3.0


Languages

Language:TypeScript 59.3%Language:Solidity 40.6%Language:JavaScript 0.2%