This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>My Coin</title> | |
<script type="text/javascript" src="../bower_components/jquery/dist/jquery.min.js"></script> | |
<script type="text/javascript" src="../bower_components/web3/dist/web3.js"></script> | |
</head> | |
<body> | |
<h2>New Coin (Own Token) Example</h2> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Iot Insurance</title> | |
<script type="text/javascript" src="../bower_components/jquery/dist/jquery.min.js"></script> | |
<script type="text/javascript" src="../bower_components/web3/dist/web3.js"></script> | |
</head> | |
<body> | |
<h2>IoT Insurance</h2> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.2; | |
contract tokenReceipient { | |
function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData); | |
} | |
contract HyundaiToken { | |
function transferFrom(address _from, address _to, uint256 _value) returns (bool success_); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.2; | |
contract tokenReceipient { | |
function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData); | |
} | |
contract HyundaiToken { | |
// Token 의 Public 변수 들 | |
string public standard = "Hyundai Token"; | |
string public name; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>My Coin</title> | |
<script type="text/javascript" src="../bower_components/jquery/dist/jquery.min.js"></script> | |
<script type="text/javascript" src="../bower_components/web3/dist/web3.js"></script> | |
</head> | |
<body> | |
<h2>New Coin (Own Token) Example</h2> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.2; | |
contract tokenReceipient { | |
function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData); | |
} | |
contract HyundaiToken { | |
// Token 의 Public 변수 들 | |
string public standard = "Hyundai Token"; | |
string public name; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.2; | |
contract CrowdFunding { | |
// Fund Investors | |
struct Funder { | |
address addr; | |
uint amount; | |
} | |
// Fund Campaign |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Transfer Sample</title> | |
<script type="text/javascript" src="../bower_components/jquery/dist/jquery.min.js"></script> | |
<script type="text/javascript" src="../bower_components/web3/dist/web3.js"></script> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<script type="text/javascript" src="../bower_components/jquery/dist/jquery.min.js"></script> | |
<script type="text/javascript" src="../bower_components/web3/dist/web3.js"></script> | |
<title>Simple Wallet</title> | |
</head> | |
<body> | |
<h2>web3.js Transaction 및 Filter</h2> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enode://7b634ce3311c3fa94c0e131b3c4fea1932a471563a4ed3477c4705295c915fd9e3f0f60b06e337617c6732774e9253b39cca21ab89befc4a5eb3c01ea8e3cd8c@192.168.0.168:30305 |
NewerOlder