Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QuantSoldier/alpha-homora-v2
Alpha Homora Smart Contracts w/ Hardhat Integration
https://github.com/QuantSoldier/alpha-homora-v2
Last synced: about 2 months ago
JSON representation
Alpha Homora Smart Contracts w/ Hardhat Integration
- Host: GitHub
- URL: https://github.com/QuantSoldier/alpha-homora-v2
- Owner: QuantSoldier
- Created: 2021-01-12T13:31:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T00:57:21.000Z (about 4 years ago)
- Last Synced: 2024-08-03T23:02:31.037Z (5 months ago)
- Language: TypeScript
- Size: 409 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- DeFi-Map - github
README
# Alpha Homora V2 Smart Contracts
Aggregation of Solidity Smart Contracts used to make up the Alpha Homora V2 ecosystem.
https://homora.alphafinance.io/
Deployer: https://etherscan.io/address/0xB593d82d53e2c187dc49673709a6E9f806cdC835
Example Contract Deployment (2021-01-09): https://etherscan.io/address/0x7ace79e10bb16eca25868ea34ee8868a16df0188#contracts
*Notice: I am not affliated with Alpha Finance Labs. This project is purely for educational purposes.*
## Usage
1. Install the package dependencies with npm/yarn
```
yarn install
```2. Compile the contracts
```
yarn compile
```3. Start the development server
```
yarn dev
```