Skip to content

Instantly share code, notes, and snippets.

@QVDev
QVDev / bikeinsurance.sol
Created July 6, 2018 15:57
bike insurance contract
pragma solidity ^0.4.7;
/// @title A simple bike insurance contract
/// @author QVDev
/// @dev deployed at https://ropsten.etherscan.io/address/0xaa93fe5d043417d15aa2f322bdeac6d1c2f65f0a
contract BikeInsurance {
struct Bike {
uint serialnumber;
}
@QVDev
QVDev / worldstory
Created April 7, 2015 09:28
World story source code
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
<script src="http://www.hivemq.com/demos/websocket-client/js/mqttws31.js" type="text/javascript"></script>
<title>World story telling</title>
<style>