https://github.com/devrax/first-dapp
Just my first solidity app with some Flutter in it.
https://github.com/devrax/first-dapp
flutter solidity
Last synced: 3 months ago
JSON representation
Just my first solidity app with some Flutter in it.
- Host: GitHub
- URL: https://github.com/devrax/first-dapp
- Owner: Devrax
- Created: 2022-06-05T22:19:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T22:28:33.000Z (about 3 years ago)
- Last Synced: 2025-01-10T17:53:57.292Z (5 months ago)
- Topics: flutter, solidity
- Language: C++
- Homepage:
- Size: 1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# first_dapp
## How to run
First install truffle `npm install -g truffle`, once installed, download and installed [ganache](https://trufflesuite.com/ganache/)(MacOS my case), run **ganache** and select the "Quickstart" button.


After that, go to the folder directory **./lib/contract_linking.dart** and replace the private key and set the *_rpcUrl* and *wsUrl* with your own, and later go to the root directory to find the **truffle-config.js** and set the *host* property with same value as the *_wsUrl* and *_rpcUrl*.
Runs `truffle migrate` and later `flutter run`, just wait until compiling is done and compare with the preview below
