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
>700 subscribers
>700 subscribers
curl -fssl https://get.docker.com | bash -s docker
docker pull nillion/retailtoken-accuser:v1.0.0
mkdir -p nillion/accuser
sudo chmod 777 /var/tmp
chmod 777 ./nillion/accuser
docker run -v ./nillion/accuser:/var/tmp nillion/retailtoken-accuser:v1.0.0 initialise
curl -fssl https://get.docker.com | bash -s docker
docker pull nillion/retailtoken-accuser:v1.0.0
mkdir -p nillion/accuser
sudo chmod 777 /var/tmp
chmod 777 ./nillion/accuser
docker run -v ./nillion/accuser:/var/tmp nillion/retailtoken-accuser:v1.0.0 initialise
No activity yet