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

https://github.com/blockcoders/harmony-hackathon


https://github.com/blockcoders/harmony-hackathon

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Harmony hackathon

This is a repository for the Harmony hackathon. This will guide you on your first steps usign **harmony-marketplace-sdk** to build you own project on top of the Harmony blockchain beign able to interact with HRC20, HRC721 and HRC115 smart contracts.

Install dependencies

```sh
npm install
```
Run the project

```sh
npm run start
```