Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.json

4) 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