Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numotrade/lendgine
Enables buying of call options.
https://github.com/numotrade/lendgine
Last synced: 4 days ago
JSON representation
Enables buying of call options.
- Host: GitHub
- URL: https://github.com/numotrade/lendgine
- Owner: numotrade
- License: other
- Created: 2024-11-11T03:36:52.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2024-11-11T03:43:40.000Z (5 days ago)
- Last Synced: 2024-11-11T04:31:54.723Z (5 days ago)
- Language: Solidity
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pure Leverage
## Setup
Install foundry
https://book.getfoundry.sh/getting-started/installation
Install dependencies
```sh
forge install
```## Tests
```sh
forge test
```