contracts
contracts copied to clipboard
The easiest way to hedge crypto.

Pods is a decentralized non-custodial options protocol on Ethereum. Read this article if you want to learn more!.
Full Documentation at docs.pods.finance
Table of Contents
- Documentation
- Compile
- Contracts
- Development
- Testing
- Maintainers
- Contributing
- License
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
-
Guilherme Viana @ggviana
[email protected] -
Robson Silva @Robsonsjre
[email protected]
License
AGPL-3