A decentralized application for bidding on Ethereum blockchain.
Install Node.js and Npm from here https://nodejs.org/en/
Install Truffle
Open node.js command prompt and paste the following command in the prompt to install Truffle.
npm install -g truffleAfter the download is complete, type “truffle version” on node terminal to verify that truffle is successfully installed.
Install Ganache
Ganache is personal blockchain for building distributed applications with Ethereum. It gives you 10 free accounts with 100 fake ethers each for testing purposes. Download Ganache from here: https://www.trufflesuite.com/ganache
Choose your favorite IDE (Prefer Vs code)
Go here for setup of an editor for flutter https://flutter.dev/docs/get-started/editor?tab=vscode
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
For communicaton purpose regarding queries please follow this.