Skip to content

Instantly share code, notes, and snippets.

View ajile-in's full-sized avatar
🎯
Focusing

Ajay Jadhav ajile-in

🎯
Focusing
View GitHub Profile
@ajile-in
ajile-in / 8626_CustomerContract.sol
Last active March 14, 2018 01:45
Simple Customer Contract
pragma solidity ^0.4.0;
contract CustomerContract {
string name;
function CustomerContract(string n) public {
name = n;
}
pragma solidity ^0.4.21;
contract Ballot {
struct Voter {
uint weight;
bool voted;
uint8 vote;
address delegate;
}
### Keybase proof
I hereby claim:
* I am ajile-in on github.
* I am ajayjadhav (https://keybase.io/ajayjadhav) on keybase.
* I have a public key ASBwC_frFo0379jMkeXHjIUwvc0pQ84Gn9qU7v9RbIUFzwo
To claim this, I am signing this object: