- Ling Qing Meng is a software engineer that develops blockchain applications and infrastructure. He's helped companies build architecture that creates new markets possible only now through permissionless end to end exchanges of value.
- Before blockchain he's worked in Ad-Tech at Branch Metrics in Palo Alto where he led a team that built a first to market solution that can deeplink AMP-html articles to specific mobile app views. He also has industry specific experience contracting in the supply chain space and performing source code audits in IP litigation.
- Within the ICO ecosystem, Ling is also involved as a investor, security advisor, and writer for whitepapers. Ling is motivated by blockchain's ability to finally allow a direct connection between the creation of value and the engineer who facilitates it, and wants to empower anyone who ventures into this new world.
- As a Product Engineer at Branch, Ling was the first to market implementation of dynamic AMP Html template, giving customers both unrivaled
pragma solidity ^0.4.13; | |
library SafeMath { | |
/** | |
* @dev Multiplies two numbers, throws on overflow. | |
*/ | |
function mul(uint256 a, uint256 b) internal pure returns (uint256) { | |
if (a == 0) { | |
return 0; |
``` | |
pragma solidity ^0.4.18; | |
/** | |
3500,12000,6,18504502,49504020,400 | |
*/ | |
/** | |
* @title Ownable |
// Abstract contract for the full ERC 20 Token standard | |
// https://github.com/ethereum/EIPs/issues/20 | |
pragma solidity ^0.4.15; | |
contract Token { | |
/* This is a slight change to the ERC20 base standard.*/ | |
/// total amount of tokens | |
uint256 public totalSupply; | |
/// @param _owner The address from which the balance will be retrieved |
pragma solidity ^0.4.18; | |
contract Escrow { | |
uint balance; | |
address public buyer; | |
address public seller; | |
address private escrow; | |
uint private start; | |
bool buyerOk; | |
bool sellerOk; |
Q: How does WaltonChain plan to prevent the RFID chips from genuine products being removed and placed into counterfeit goods? While I understand this will stop the production of counterfeit goods from counterfeit factories, I do not understand how this will prevent chips from genuine products being placed onto the exact same counterfeit item. A: In the prevention of RFID IC (RFID IC = Radio Frequency Identification Integrated Chips, i.e., WTC's bread and butter) removal, Waltonchain currently has a corresponding solution for different industry applications.
In the clothing industry, we put RFID tags with washing marks on a single product brand. When RFID labels combined with product transfer among production, logistics, sales and other aspects of circulation, forgers cannot get washing mark removed and move the RFID tag to the other fake and shoddy goods. For the food, retail and other related industries, Waltonchain developed a fragile, anti transfer RFID tag, which is attached to the RFID tag (I think they
import AuthenticationContract from '../../../../build/contracts/Authentication.json' | |
import SimpleStorageContract from '../../../../build/contracts/SimpleStorage.json' | |
import store from '../../../store' | |
const contract = require('truffle-contract') | |
export const USER_UPDATED = 'USER_UPDATED' | |
function userUpdated(user) { | |
return { | |
type: USER_UPDATED, |
CONFIDENTIALITY AGREEMENT
This Confidentiality Agreement (this "Agreement") is made and entered into as of 11/22/2017 by and between O'Hara Associates ("OHA") and Frank Ni residing at Palo Alto, CA.. [OHA] and the Company or the Individual are considering a potential relationship or transaction whereby the parties will be exchanging information in order to evaluate such relationship or transaction. As a condition to the exchange of such confidential information, the parties hereby agree as follows:
- For purposes of this Agreement, "Confidential Information" shall mean information or material proprietary to the party disclosing such information ("Disclosing Party") or designated as Confidential Information by the Disclosing Party which the party receiving such information ("Receiving Party") may obtain knowledge of or access to as a result of the disclosure pursuant to this Agreement. This Confidential Information includes, but is not limited to, confidential history and background, financial informati