https://github.com/maxstalker/basic-dapp-example
https://github.com/maxstalker/basic-dapp-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxstalker/basic-dapp-example
- Owner: MaxStalker
- Created: 2020-07-14T21:30:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T07:20:59.000Z (over 3 years ago)
- Last Synced: 2025-07-29T20:37:55.763Z (11 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Summary
This repository contains the code to create a basic Flow DApp.
Initially I was thinking to remove React in order to make the code more accessible, expecially to people who don't use it in day-to-day basis.
But as a side effect UI interaction part become unnecessary "complex" and maybe harder to read. I will try to clean it out and push changes.
I would recommend to use it as a reference on how to interact with Flow Blockchain, but not as a best practice example.
# Requirements
In order for this example to work you will need to install:
- [Flow ClI](https://docs.onflow.org/docs/cli)
- [Dev-Wallet](https://github.com/onflow/flow-js-sdk/tree/master/packages/dev-wallet)
Also, please notice, that script is using `set` prefix to set environment variable on Windows, please update the code accordingly if you are on Linux/MacOS machine.