Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/limechain/whbar

Official repository of the wHBAR contracts and landing page
https://github.com/limechain/whbar

erc20 evm hashgraph hedera

Last synced: 16 days ago
JSON representation

Official repository of the wHBAR contracts and landing page

Awesome Lists containing this project

README

        

# WHBAR Landing page

Node version: `16.15.0`

If you use another version, please use [n](https://github.com/tj/n) to manage.

## 📇 WHBAR addresses

### Testnet:

`Address`: `0x0000000000000000000000000000000000001c3D`

`Contract ID`: `0.0.46042256`

### Mainnet:

`Address`: `0x00000000000000000000000000000000002cc823`

`Contract ID`: `0.0.2934819`

## ✍️ Prerequisites

Copy the config file and put your account and private key to the corresponding network object.

```bash
cp config.sample.js config.js
```

## ⚙️ Installation

```bash
yarn
```

## 🚀 Available Scripts

To start the project, you can run:

```bash
yarn dev
```

To compile and deploy contract:

```bash
npx hardhat compile
npx hardhat deployWhbar
```

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.