Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pods-finance/contracts
The easiest way to hedge crypto.
https://github.com/pods-finance/contracts
defi ethereum options
Last synced: 3 months ago
JSON representation
The easiest way to hedge crypto.
- Host: GitHub
- URL: https://github.com/pods-finance/contracts
- Owner: pods-finance
- License: other
- Created: 2020-09-08T13:37:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T20:36:33.000Z (almost 3 years ago)
- Last Synced: 2024-04-23T02:57:24.076Z (9 months ago)
- Topics: defi, ethereum, options
- Language: JavaScript
- Homepage: https://app.pods.finance
- Size: 20.1 MB
- Stars: 55
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audits/Audit Report - Pods [12.07.2021] - Solidified .pdf
Awesome Lists containing this project
README
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](https://docs.pods.finance)**
## Table of Contents
- [Documentation](#documentation)
- [Compile](#compile)
- [Contracts](#contracts)
- [Development](#development)
- [Testing](#testing)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)## Documentation
Check out our full documentation at [docs.pods.finance](https://docs.pods.finance)
## Compile
```bash
$ yarn compile
```## Contracts
Checkout our full addresses list [here](https://docs.pods.finance/developers/deployed-contracts)
## 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](https://twitter.com/pods-finance) or [Discord](https://discord.com/channels/713910672525754459/725468404139556874);We use [Yarn](https://yarnpkg.com/) as a dependency manager and [Hardhat](https://hardhat.org/)
as a development environment for compiling, testing, and deploying our contracts. The contracts were written in [Solidity v0.6.12](https://github.com/ethereum/solidity).## Maintainers
- **Guilherme Viana**
[@ggviana](https://github.com/ggviana)
[`[email protected]`](mailto:[email protected])- **Robson Silva**
[@Robsonsjre](https://github.com/Robsonsjre)
[`[email protected]`](mailto:[email protected])## License
[AGPL-3](./blob/master/LICENSE)