https://github.com/blockcoders/harmony-hackathon
https://github.com/blockcoders/harmony-hackathon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockcoders/harmony-hackathon
- Owner: blockcoders
- Created: 2022-09-26T22:18:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T16:20:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T05:08:35.333Z (6 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```