Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T16:17:40.000Z (about 1 year ago)
- Last Synced: 2023-09-01T09:24:52.850Z (about 1 year 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