Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
kolydart committed Jan 16, 2020
1 parent e60dffd commit e380cda
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions README.md
@@ -1,3 +1,36 @@
# Example code for Timestamping Metadata Using Blockchain
Using web3 package to create transactions on main ethereum network & test network via infura.io node.
To run the code you will need python 3.
# Timestamping Metadata Using Blockchain

Example code for timestamping any digital document in blockchain. Using web3 package to create transactions on main ethereum network & test network via infura.io node.

## Getting Started

Download repository, update variables and run each python script.

### Prerequisites

* python 3
* shell CLI


### Installing

git clone https://github.com/kolydart/timestamping-metadata-using-blockchain.git
cd timestamping-metadata-using-blockchain
./testGetElement.py

## Deployment

Add additional notes about how to deploy this on a live system

## Using With

* [web3](https://github.com/ethereum/web3.py) - A python interface for interacting with the Ethereum blockchain and ecosystem
* [json] - Python package for handling json

## Author

* **Tassos Kolydas** - (https://kolydart.gr/en/)

## License

This project is licensed under the GNU General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details

0 comments on commit e380cda

Please sign in to comment.