/contracts

The easiest way to hedge crypto.

Primary LanguageJavaScriptOtherNOASSERTION

Pods is a decentralized non-custodial options protocol on Ethereum. Read this article if you want to learn more!.

Build with Hardhat test Coverage Status License AGPL-3


Full Documentation at docs.pods.finance

Table of Contents

Documentation

Check out our full documentation at docs.pods.finance

Compile

$ yarn compile

Contracts

Checkout our full addresses list here

Development

Testing

yarn test

Coverage

yarn coverage

Running Locally

You will first need to run a local node in your machine. You can do that with Hardhat using:

npx hardhat node

After that, you can run our script responsible for deploying all our contracts with a default configuration. It will be created some initial options and pools with liquidity there.

npx hardhat setupLocal --network local

Contributing

We highly encourage participation from the community to help shape the development of Pods. If you are interested in contributing or have any questions, ping us on Twitter or Discord;

We use Yarn as a dependency manager and Hardhat as a development environment for compiling, testing, and deploying our contracts. The contracts were written in Solidity v0.6.12.

Maintainers

License

AGPL-3