Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!.


Build with Hardhat


test



Coverage Status


License AGPL-3





---

**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)