Initia Testnet
Creat by SnowFlower9x
Hướng dẫn claim full point Fanclub CyberConnect
Yêu cầu ae phải có tài khoản cyberconnect đã nhé (cái này chắc không cần nhắc lại nữa)Muốn làm gas rẻ thì ae đổi RPC sang RPC này + chỉnh gas về 1-1.5...
Tham gia guild Base Camp
Creat by SnowFlower9x
<100 subscribers
Initia Testnet
Creat by SnowFlower9x
Hướng dẫn claim full point Fanclub CyberConnect
Yêu cầu ae phải có tài khoản cyberconnect đã nhé (cái này chắc không cần nhắc lại nữa)Muốn làm gas rẻ thì ae đổi RPC sang RPC này + chỉnh gas về 1-1.5...
Tham gia guild Base Camp
Creat by SnowFlower9x
Bước 1: Truy cập Remix
Tạo thư mục mới trên Remix

Đặt tên thư mục theo dạng name.sol

Copy nguyên dòng code bên dưới sau đó paste vào thự mục mới tạo
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
contract FunctionTypes{
uint256 public number = 5;
constructor() payable {}
function addView() external view returns(uint256 new_number) {
new_number = number + 1;
}
}
Chuyển sang mục Solidity Compiler => Ấn tiếp vào Compile name.sol

Chuyển sang mục Deploy & run => Connect ví Meta => Deploy

Bước 1: Truy cập Remix
Tạo thư mục mới trên Remix

Đặt tên thư mục theo dạng name.sol

Copy nguyên dòng code bên dưới sau đó paste vào thự mục mới tạo
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
contract FunctionTypes{
uint256 public number = 5;
constructor() payable {}
function addView() external view returns(uint256 new_number) {
new_number = number + 1;
}
}
Chuyển sang mục Solidity Compiler => Ấn tiếp vào Compile name.sol

Chuyển sang mục Deploy & run => Connect ví Meta => Deploy

Share Dialog
Share Dialog
No comments yet