Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/limechain/whbar
- Owner: LimeChain
- Created: 2022-06-07T06:51:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T12:59:19.000Z (over 1 year ago)
- Last Synced: 2024-11-22T22:19:20.186Z (3 months ago)
- Topics: erc20, evm, hashgraph, hedera
- Language: JavaScript
- Homepage: https://whbar.io
- Size: 6.11 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.