Skip to content

Commit

Permalink
chore: clarify that Node LTS should be used (opynfinance#204)
Browse files Browse the repository at this point in the history
Node LTS (currently 16.14.0) should be used because Node 17.4.0 encounters:
  • Loading branch information
rootulp authored Mar 2, 2022
1 parent cb81382 commit b0d78c8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,27 @@ The squeeth contract is designed for users to long or short a special index: Eth

This monorepo contains the source code for the frontend app as well as the contracts, you can spin up the environment locally, run tests, or play around with the code. For more details about how to use the contracts and frontend, go to `packages/` and choose `hardhat` for the contracts or `frontend`, we have more detailed explanation in each sub-folder.

# 📚 Learn more
## 📚 Learn more

- Read our [GitBook](https://opyn.gitbook.io/squeeth/) Documentation
- Visit our official [Medium page](https://medium.com/opyn) where we have tons of great posts
- Original paper on [Power Perpetual](https://www.paradigm.xyz/2021/08/power-perpetuals/)
- Join our [Discord](https://tiny.cc/opyndiscord) to chat with all the derivative big brains


# 🔒 Security And Bug Bounty Program
## 🔒 Security And Bug Bounty Program
Security is our one of our highest priorities. Our team has created a protocol that we believe is safe and dependable, and is audited by Trail of Bits and Akira, and is insured by Sherlock. All smart contract code is publicly verifiable and we have a bug bounty for undiscovered vulnerabilities. We encourage our users to be mindful of risk and only use funds they can afford to lose. Smart contracts are still new and experimental technology. We want to remind our users to be optimistic about innovation while remaining cautious about where they put their money.

Please see here for details on our [security audit](https://opyn.gitbook.io/squeeth/security/audits-and-insurance) and [bug bounty program](https://opyn.gitbook.io/squeeth/security/bug-bounty).


# 🏄‍♂️ Quick Start
## 🏄‍♂️ Quick Start

Prerequisites: [Node](https://nodejs.org/en/download/) plus [Yarn](https://classic.yarnpkg.com/en/docs/install/).
### Prerequisites
1. Install [Node](https://nodejs.org/en/download/) LTS
1. Install [Yarn](https://classic.yarnpkg.com/en/docs/install/)

### Steps
> install and start your 👷‍ Hardhat chain:
```bash
Expand Down

0 comments on commit b0d78c8

Please sign in to comment.