Deploy a Token
1、open this website with chrome.2、accept and then click next, done.3、click the small button(create new file),name new file with ERC20.solYou can get:4、copy this code to ERC20.sol// SPDX-License-Identifier: MIT // WTF Solidity by 0xAA pragma solidity ^0.8.4; interface IERC20 { /** * @dev 释放条件:当 `value` 单位的货币从账户 (`from`) 转账到另一账户 (`to`)时. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev 释放条件:当 `value` 单位的货币从账户 (`owner`) 授权给另一账户 (`spender`)时. */ event Approva...
Deploy a contract
1、open this website with chrome.2、accept and then click next, done.3、click the small button(create new file),name new file with Function.solYou can get:4、copy this code to Function.sol// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; contract FunctionTypes{ uint256 public number = 5; constructor() payable {} // 函数类型 // function (<parameter types>) {internal|external} [pure|view|payable] [returns (<return types>)] // 默认function function add() external{ number = number + 1; } //...
Deploy a Token
1、open this website with chrome.2、accept and then click next, done.3、click the small button(create new file),name new file with ERC20.solYou can get:4、copy this code to ERC20.sol// SPDX-License-Identifier: MIT // WTF Solidity by 0xAA pragma solidity ^0.8.4; interface IERC20 { /** * @dev 释放条件:当 `value` 单位的货币从账户 (`from`) 转账到另一账户 (`to`)时. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev 释放条件:当 `value` 单位的货币从账户 (`owner`) 授权给另一账户 (`spender`)时. */ event Approva...
Deploy a contract
1、open this website with chrome.2、accept and then click next, done.3、click the small button(create new file),name new file with Function.solYou can get:4、copy this code to Function.sol// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; contract FunctionTypes{ uint256 public number = 5; constructor() payable {} // 函数类型 // function (<parameter types>) {internal|external} [pure|view|payable] [returns (<return types>)] // 默认function function add() external{ number = number + 1; } //...
Share Dialog
Share Dialog

Subscribe to boater

Subscribe to boater
For a long time, blockchain has attracted worldwide attention. I still remember what was mentioned in Satoshi Nakamoto's paper which removes the middleman world. It has always been admired by people who yearn for freedom. Businesses on the Internet increasingly rely on financial institutions as trusted third parties to process electronic payments. While the system works for most transactions, it still suffers from inherent weaknesses in credit-based models. What weakness, why is it innate. Completely irreversible transactions do not actually exist, nor can we achieve completely irreversible transactions because financial institutions cannot avoid mediating disputes. With the passage of time, simple token transfer function has been difficult to meet people's increasing demand. The genius programmer vitalik chose to build a new Turing-complete blockchain from scratch on which many programs can be written. Undoubtedly, this greatly increases the usability of the blockchain and brings huge traffic to the blockchain. However, we have to admit that the size of a block is limited. Therefore, the original team of cosmos proposed ibc for cross-chain. This has greatly expanded the blockchain, and Cosmos has seen explosive growth in the last year. However, a set of ideas that underpin the architecture of the Cosmos ecosystem is slowly moving away from its original idea: Hub Minimalism. The founders of the Cosmos Hub believed that the functions of the Hub should be as few as possible, the main reasons being: 1) prevent non-cross-chain transactions from flooding the network, 2) keep the functions of Zone and Hub separate, and 3) simplify the hub to improve security ( The recent discontinuation of Juno Network validates this argument) There is no doubt that the emergence of Gno is extremely necessary. Modifying the atom alone would incur too much technical debt, which is not a good idea.
For a long time, blockchain has attracted worldwide attention. I still remember what was mentioned in Satoshi Nakamoto's paper which removes the middleman world. It has always been admired by people who yearn for freedom. Businesses on the Internet increasingly rely on financial institutions as trusted third parties to process electronic payments. While the system works for most transactions, it still suffers from inherent weaknesses in credit-based models. What weakness, why is it innate. Completely irreversible transactions do not actually exist, nor can we achieve completely irreversible transactions because financial institutions cannot avoid mediating disputes. With the passage of time, simple token transfer function has been difficult to meet people's increasing demand. The genius programmer vitalik chose to build a new Turing-complete blockchain from scratch on which many programs can be written. Undoubtedly, this greatly increases the usability of the blockchain and brings huge traffic to the blockchain. However, we have to admit that the size of a block is limited. Therefore, the original team of cosmos proposed ibc for cross-chain. This has greatly expanded the blockchain, and Cosmos has seen explosive growth in the last year. However, a set of ideas that underpin the architecture of the Cosmos ecosystem is slowly moving away from its original idea: Hub Minimalism. The founders of the Cosmos Hub believed that the functions of the Hub should be as few as possible, the main reasons being: 1) prevent non-cross-chain transactions from flooding the network, 2) keep the functions of Zone and Hub separate, and 3) simplify the hub to improve security ( The recent discontinuation of Juno Network validates this argument) There is no doubt that the emergence of Gno is extremely necessary. Modifying the atom alone would incur too much technical debt, which is not a good idea.
>700 subscribers
>700 subscribers
No activity yet