帮助你接入应用链的一个说明文档
npm install eosjs --save
| pragma solidity ^0.4.20; | |
| contract owned { | |
| address public owner; | |
| function owned() public { | |
| owner = msg.sender; | |
| } | |
| modifier onlyOwner { |
| pragma solidity ^0.4.20; | |
| contract owned { | |
| address public owner; | |
| function owned() public { | |
| owner = msg.sender; | |
| } | |
| modifier onlyOwner { |