Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```