Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 2.83 KB

README.md

File metadata and controls

78 lines (57 loc) · 2.83 KB

Price Sensor

Price sensor is an implementation of a price sensor for the Mangrove protocol. Its abstract nature allows it to be easily integrated into various types of smart offers.

Getting Started

Installation

Clone the repository:

git clone git@github.com:PoCInnovation/Price-Sensor.git

Install dependencies:

npm install

For testing: Create a .env file at the root of the project and fill it with the variables found in .env.example.

Usage

Use the AbstractPriceSensor contract in your own project. Refer to ./src/example/ExampleImplementation.sol for an example.

contract ExampleImplementation is PriceSensor {
    // [...]
}

Get involved

You're invited to join this project ! Check out the contributing guide.

If you're interested in how the project is organized at a higher level, please contact the current project manager.

Our PoC team ❤️

Developers


Martin Saldinger

Nathan Flattin

Manager


Ismaël Fall

Organization

LinkedIn logo Instagram logo Twitter logo Discord logo

Website logo

🚀 Don't hesitate to follow us on our different networks, and put a star 🌟 on PoC's repositories

Made with ❤️ by PoC