https://layer3.xyz/quests/intro-to-paragraph
https://layer3.xyz/quests/intro-to-paragraph
https://layer3.xyz/quests/intro-to-paragraph
https://layer3.xyz/quests/intro-to-paragraph
bnb链省gas
https://pancakeswap.finance/swap?outputCurrency=0xe6DF05CE8C8301223373CF5B969AFCb1498c5528&inputCurrency=BNB 用48Club的话,这样:买一个 KOGE,pancake买,不到10刀。小狐狸里面RPC 地址改成 https://koge-rpc-bsc.48.club就可以用1gwei了。 注意,合作节点只打包通过我们的rpc服务发出的5gwei以下的交易
bnb链省gas
https://pancakeswap.finance/swap?outputCurrency=0xe6DF05CE8C8301223373CF5B969AFCb1498c5528&inputCurrency=BNB 用48Club的话,这样:买一个 KOGE,pancake买,不到10刀。小狐狸里面RPC 地址改成 https://koge-rpc-bsc.48.club就可以用1gwei了。 注意,合作节点只打包通过我们的rpc服务发出的5gwei以下的交易
https://goerli.portal.zksync.io/bridge 跨链
https://mirror.xyz/zsuck.eth/U540ac2eJGz_cX2ENW2FqlIgBRLsuzTyUcSPcSlVe9U
https://goerli.portal.zksync.io/bridge 跨链
https://mirror.xyz/zsuck.eth/U540ac2eJGz_cX2ENW2FqlIgBRLsuzTyUcSPcSlVe9U
潜在的追溯DeFi空投
1,先进DC看项目进展,有无快照 2,看背书,看热度,自己衡量大撸还是小撸 3,合理规划好资金,做好深度交互,聚焦价值项目 里面基本上有交互流程:https://airdrops.io/speculative/
潜在的追溯DeFi空投
1,先进DC看项目进展,有无快照 2,看背书,看热度,自己衡量大撸还是小撸 3,合理规划好资金,做好深度交互,聚焦价值项目 里面基本上有交互流程:https://airdrops.io/speculative/
condor system test2
打开下面网址,添加一个新的sol文件,将下面代码复制进去 https://remix.ethereum.org/ //SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; // import "hardhat/console.sol"; contract condor31 { // Exposed data structure struct Comment { uint32 id; string topic; address creator_address; string message; uint256 created_at; } // Notify users that a comment was added event CommentAdded(Comment comment); uint32 private idCounter; mapping(string => Comment[]) private commentsByTopic; // Fetch a list of comments for a top...
condor system test2
打开下面网址,添加一个新的sol文件,将下面代码复制进去 https://remix.ethereum.org/ //SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; // import "hardhat/console.sol"; contract condor31 { // Exposed data structure struct Comment { uint32 id; string topic; address creator_address; string message; uint256 created_at; } // Notify users that a comment was added event CommentAdded(Comment comment); uint32 private idCounter; mapping(string => Comment[]) private commentsByTopic; // Fetch a list of comments for a top...
如何用Alchemy和Ganache Fork主链(eth/bsc)
为什么要fork主链?简单说就是为了降低开发成本,用链上的数据和本地的账户,做一些开发测试等一系列操作。准备工作申请主网的api:去alchemy或者infura注册一个账户,申请主网的api,这里用alchemy举例: · 注册账户:https://auth.alchemyapi.io/signup · · 创建APP:https://dashboard.alchemy.com/,随便填个名字,选择Ethereum Mainnet,创建。 · · 获取API:创建完成后,点VIEW KEY按钮,可以看到。这里用HTTPS的地址 Ganache客户端:https://trufflesuite.com/ganache/,下载完直接安装 Ganache CLI(命令行):https://github.com/trufflesuite/ganache-cli-archive 用npm install -g ganache-cli 或 yarn global add ganache-cli 安装都可以配置Ganache客户端 和 命令行方式选一种就可以Ganache客户端方式:命令行方式...
如何用Alchemy和Ganache Fork主链(eth/bsc)
为什么要fork主链?简单说就是为了降低开发成本,用链上的数据和本地的账户,做一些开发测试等一系列操作。准备工作申请主网的api:去alchemy或者infura注册一个账户,申请主网的api,这里用alchemy举例: · 注册账户:https://auth.alchemyapi.io/signup · · 创建APP:https://dashboard.alchemy.com/,随便填个名字,选择Ethereum Mainnet,创建。 · · 获取API:创建完成后,点VIEW KEY按钮,可以看到。这里用HTTPS的地址 Ganache客户端:https://trufflesuite.com/ganache/,下载完直接安装 Ganache CLI(命令行):https://github.com/trufflesuite/ganache-cli-archive 用npm install -g ganache-cli 或 yarn global add ganache-cli 安装都可以配置Ganache客户端 和 命令行方式选一种就可以Ganache客户端方式:命令行方式...