Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The Hewego project is an application designed for issuing bonds on the Hedera blockchain. The project's repository includes multiple components, such as the server, website, indexer, and smart contract resources, all necessary for the deployment and operation of the bond issuance platform on Hedera.

NotificationsYou must be signed in to change notification settings

VAR-META-Tech/hewego

Repository files navigation

Description

TheHewego project is an application designed for issuing bonds on the Hedera blockchain. The project's repository includes multiple components, such as the server, website, indexer, and smart contract resources, all necessary for the deployment and operation of the bond issuance platform on Hedera.

Techstack

  • Database:PostgresSQL
  • Frontend:NextJS
  • API, Indexer:NestJS
  • SmartContract:Solidity

Prerequisite

  • You must install Node version 18 or newer. To run stable application, we recommend using node version18.

Env

Before starting the app you would need to setup env variables. To do so first go to the rootapps dir of monorepo and copy all.env.example in each sub folder to.env file equivalently.

Installation

$ npm install -g pnpm$ pnpm install

Build

$ pnpm run build

Running

# development$ pnpm run dev

Smart Contract

$cd packages/smart-contract$ cp .env.example .env$ yarn install# Run job task$ npx hardhat run ./scripts/jobs.ts --network testnet

How to test the application

  • You need to have a Hedera testnet account. You can create onehere.
  • You need to have Loan token (LTK) & Collateral token (CTK) in your account. You can get them by swaping HBAR toLTK orCTK.

Demo

About

The Hewego project is an application designed for issuing bonds on the Hedera blockchain. The project's repository includes multiple components, such as the server, website, indexer, and smart contract resources, all necessary for the deployment and operation of the bond issuance platform on Hedera.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp