https://github.com/codersomya/listing-app-blockchain
This is a web3.0 app in solidity using ethereum smart contract
https://github.com/codersomya/listing-app-blockchain
Last synced: 4 months ago
JSON representation
This is a web3.0 app in solidity using ethereum smart contract
- Host: GitHub
- URL: https://github.com/codersomya/listing-app-blockchain
- Owner: coderSomya
- Created: 2023-08-30T18:01:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T16:17:40.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T17:21:03.854Z (6 months ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain-Application
This is a web3.0 app in solidity using ethereum smart contract# steps to get going
1) install npm, truffle
2) run
```
truffle init
```
3)copy the package.json4) run
```
npm install
```# Flow of the project
1.List tasks in the smart contract
2.List tasks in the console
3.List tasks in the client side application
4.List tasks in the test