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.
Clone the repository:
git clone [email protected]: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
.
Use the AbstractPriceSensor
contract in your own project.
Refer to ./src/example/ExampleImplementation.sol
for an example.
contract ExampleImplementation is PriceSensor {
// [...]
}
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.
Developers
Martin Saldinger |
Nathan Flattin |
---|
Manager
Ismaël Fall |
---|
🚀 Don't hesitate to follow us on our different networks, and put a star 🌟 on
PoC's
repositories
Made with ❤️ by PoC