20230421 daily work
*Linea测试网 P2P 交换平台 testnet.fwdx.xyz 第一个原生DEX 可以mint个测试网NFT echodex.io/swap *铸造SBT灵魂代币有空投 referrals.masa.finance/X63xn7/join *融资3000万的去中心化社交网络 @farcaster_xyz 在 zora 上可以免费 mint 一个 NFT。 (Wayfarer#1571) zora.co/collect/0x03ad6cd7410ce01a8b9ed26a080f8f9c1d7cc222 *Sisu Network 激励测试网 sisu.network app.ko.exchange *galxe.com/zkPass/campaign/GCF2LU6n9d 答案: zkSync is a universal smart contract Validity Rollup platform 全选 1,2,3 MPC (Multi-party Computation) and ZKP (Zero-knowledge Proof) 全选 *SEI新出的第6个任务 ...
20230421 daily work
*Linea测试网 P2P 交换平台 testnet.fwdx.xyz 第一个原生DEX 可以mint个测试网NFT echodex.io/swap *铸造SBT灵魂代币有空投 referrals.masa.finance/X63xn7/join *融资3000万的去中心化社交网络 @farcaster_xyz 在 zora 上可以免费 mint 一个 NFT。 (Wayfarer#1571) zora.co/collect/0x03ad6cd7410ce01a8b9ed26a080f8f9c1d7cc222 *Sisu Network 激励测试网 sisu.network app.ko.exchange *galxe.com/zkPass/campaign/GCF2LU6n9d 答案: zkSync is a universal smart contract Validity Rollup platform 全选 1,2,3 MPC (Multi-party Computation) and ZKP (Zero-knowledge Proof) 全选 *SEI新出的第6个任务 ...
zkSync测试网
测试币 有ENS域名的小伙伴可以领0.25 ETH。 https://alpha.ens.domains 官方桥 从ETH Goerli向zkSync era Goerli跨测试币。 https://goerli.portal.zksync.io/bridge 测试网可交互项目 1.SyncSwap 官网:https://syncswap.xyz/swap 操作:trade、pool,资金不要全部提供流动性,多留一下用于后续操作。 2.Nexon 官网:https://testnet.nexon.finance 操作:打开保证金权限、supply、borrow、repay、withdraw。 3.MES Protocol 官网:https://app.mesprotocol.com/spot/ETH-USDC 操作:deposit、trade、withdraw Kreatorland 4.官网:https://kreatorland.com 操作:铸造NFT(NFT买卖功能貌似无法使用),去Discord反馈。 5.http://Mute.io 官网:https://testne...
zkSync测试网
测试币 有ENS域名的小伙伴可以领0.25 ETH。 https://alpha.ens.domains 官方桥 从ETH Goerli向zkSync era Goerli跨测试币。 https://goerli.portal.zksync.io/bridge 测试网可交互项目 1.SyncSwap 官网:https://syncswap.xyz/swap 操作:trade、pool,资金不要全部提供流动性,多留一下用于后续操作。 2.Nexon 官网:https://testnet.nexon.finance 操作:打开保证金权限、supply、borrow、repay、withdraw。 3.MES Protocol 官网:https://app.mesprotocol.com/spot/ETH-USDC 操作:deposit、trade、withdraw Kreatorland 4.官网:https://kreatorland.com 操作:铸造NFT(NFT买卖功能貌似无法使用),去Discord反馈。 5.http://Mute.io 官网:https://testne...
空投MES’s New Cross-Rollup Mode Tutorial
We just went on two testnets today (Arbitrum and Polygon zkEVM) and rolled out our Cross-rollup features at the same time! Let us walk you through the new features and how to use them! Faucet ETH and USDC Before you start trying out the new cross-rollup MES, you may go ahead and obtain faucet ETH and USDC using the link on our homepage and bridge them to different rollups using the following bridges: Arbitrum: https://bridge.arbitrum.io/ zkSync: https://portal.zksync.io/bridge Polygon zkevm: ...
空投MES’s New Cross-Rollup Mode Tutorial
We just went on two testnets today (Arbitrum and Polygon zkEVM) and rolled out our Cross-rollup features at the same time! Let us walk you through the new features and how to use them! Faucet ETH and USDC Before you start trying out the new cross-rollup MES, you may go ahead and obtain faucet ETH and USDC using the link on our homepage and bridge them to different rollups using the following bridges: Arbitrum: https://bridge.arbitrum.io/ zkSync: https://portal.zksync.io/bridge Polygon zkevm: ...
MES’s New Cross-Rollup Mode Tutorial
Faucet ETH and USDC Before you start trying out the new cross-rollup MES, you may go ahead and obtain faucet ETH and USDC using the link on our homepage and bridge them to different rollups using the following bridges: Arbitrum: https://bridge.arbitrum.io/ zkSync: https://portal.zksync.io/bridg...
MES’s New Cross-Rollup Mode Tutorial
Faucet ETH and USDC Before you start trying out the new cross-rollup MES, you may go ahead and obtain faucet ETH and USDC using the link on our homepage and bridge them to different rollups using the following bridges: Arbitrum: https://bridge.arbitrum.io/ zkSync: https://portal.zksync.io/bridg...
gno is further
脚本哥有话说:一开始对gno的印象是cosmos OG的新项目,可能和Juno类似,能跑智能合约,有一堆验证节点。在参考了silent的教程,跑了一下,并阅读了部分文档,发现了一些意思的东西:测试任务是在一个极简的论坛发贴,让我误以为这是条应用链,后来发现这是展现智能合约的demo程序。除了用户的测试帖子,官方文档也放在了这个论坛上。 Demo是完全由gno文件组成的,点开一看就是熟悉Go语言语法,数据是存储在合约的变量中,逻辑自然是在合约的函数里,居然渲染也是用gno来写,内容显示在论坛里。 Gnoland还很有潜力,可能会有更多有意思的应用出现,保持关注。
gno is further
脚本哥有话说:一开始对gno的印象是cosmos OG的新项目,可能和Juno类似,能跑智能合约,有一堆验证节点。在参考了silent的教程,跑了一下,并阅读了部分文档,发现了一些意思的东西:测试任务是在一个极简的论坛发贴,让我误以为这是条应用链,后来发现这是展现智能合约的demo程序。除了用户的测试帖子,官方文档也放在了这个论坛上。 Demo是完全由gno文件组成的,点开一看就是熟悉Go语言语法,数据是存储在合约的变量中,逻辑自然是在合约的函数里,居然渲染也是用gno来写,内容显示在论坛里。 Gnoland还很有潜力,可能会有更多有意思的应用出现,保持关注。


兔子洞新任务
兔子洞新任务,在mirror上发布文章(随便打几个字),把文章做成OP网络上的NFT。
Pointer
Pointer
Yield Protocol
Yield Protocol
Welcome to Papyrus!
This blogpost teaches you everything you need to know about getting started with Papyrus.
Welcome to Papyrus!
This blogpost teaches you everything you need to know about getting started with Papyrus.