Jacopo Piscioneri (jacopopiscioneri)

jacopopiscioneri

Geek Repo

Github PK Tool:Github PK Tool

Jacopo Piscioneri's repositories

Blockfeed

A social media feed web app working on Ethereum testnet Ropsten. The user can sign up, and post on his feed after the login. Users information and posts are stored in a database, the posts are also saved on the ropsten testnet (each post has its own transaction id to check it)

Language:HTMLStargazers:0Issues:2Issues:0

Crowdfunding-smart-contract

A basic Implementation of a Crowdfunding smart contract in solidity

Language:SolidityStargazers:0Issues:2Issues:0

Cryptocurrency-Report-Generator

Cryptocurrency report generator that collect and store currencies's data every day in a JSON file. The system get the data through the Coinmarketcap APIs and stores information such as: The cryptocurrency with the largest volume (in $) of the last 24 hours The best and worst 10 cryptocurrencies (by percentage increase in the last 24 hours)

Language:PythonStargazers:0Issues:2Issues:0

Javascript_Counter

A basic javascript web application: it consists in a counter which displays the value of zero once opened and allows the user to increase ore decrease the value of the counter by using the two buttons. The plus button increases the value by 1, the minus button decreases the value of the counter by 1 and the reset button sets the value to 0.

Language:JavaScriptStargazers:0Issues:2Issues:0