https://github.com/shz-code/smart-instructor-dapp
Blockchain Application using Remix, Ganache-cli, Web3, and Bootstrap
https://github.com/shz-code/smart-instructor-dapp
bootstrap dapp ethereum ganache-cli remix solidity web3
Last synced: 14 days ago
JSON representation
Blockchain Application using Remix, Ganache-cli, Web3, and Bootstrap
- Host: GitHub
- URL: https://github.com/shz-code/smart-instructor-dapp
- Owner: shz-code
- License: mit
- Created: 2023-08-04T06:28:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T06:30:05.000Z (over 2 years ago)
- Last Synced: 2025-01-21T07:07:41.054Z (over 1 year ago)
- Topics: bootstrap, dapp, ethereum, ganache-cli, remix, solidity, web3
- Language: HTML
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain Application using Remix, Ganache-cli, Web3, and Bootstrap
# Introduction:
This is a simple blockchain application developed using Remix, Ganache-cli, Web3, and Bootstrap. The application allows users to create a new block on the blockchain and view the transactions that have taken place on the blockchain.
# Installation:
- Install `Node.js` on your computer.
- Install Ganache-cli by running the following command:
```bash
npm install -g ganache-cli
```
- Clone the repository to your local machine.
- Navigate to the project directory and install the required packages by running the following command:
```bash
npm install
```
# Usage:
- Start Ganache-cli by running the following command:
```bash
ganache-cli
```
- Deploy the solidity contract in `Remix` using the **Dev - Ganache** environment. Set the `Ganache JSON-RPC Endpoint:` to `http://127.0.0.1:8545`.
- Copy the `abi` from **Remix** and set it as the `abi` in the `app.js` file.
- Copy the deployed contract address from **Remix** and set it as the `contractAddress` in the `app.js` file.
# Features:
- Retrieve the current instructor's name and age.
- Set the new instructor's name and age.
# Tools used:
- [Remix](https://remix.ethereum.org/) - a web browser-based IDE for writing and testing smart contracts.
- [Ganache-cli](https://www.npmjs.com/package/ganache-cli) - a command-line tool for running a personal Ethereum blockchain for development purposes.
- [Web3](https://web3js.org/) - a JavaScript library for interacting with the Ethereum blockchain.
- [Bootstrap](https://getbootstrap.com/) - a CSS library for building responsive and mobile-first websites.
# License:
This project is licensed under the MIT License. See the LICENSE file for more information.