# Tea 激励测试教程(更新Ceylon任务) **Published by:** [0xRick](https://paragraph.com/@0xb95/) **Published on:** 2024-03-05 **URL:** https://paragraph.com/@0xb95/tea-ceylon ## Content 简介Tea 开发了一个去中心化的开源软件平台,根据开源开发者对整个生态系统的贡献来公平的给予报酬。 Tea 联合创始人兼首席执行官 Max Howell 以创建 Homebrew 而闻名,这是全球贡献最大的开源软件程序之一。Twitter测试网时间2024年2月21日开始-5月15日结束 原文地址: tea Protocol @teaprotocol DRUM ROLL We’ve been blown away by all the people who are excited about our Incentivized Testnet. This makes us happy to announce that tea’s ITN will go live on Wednesday, February 21, and end on Wednesday, May 15. Not a Dev? No problem, there will be challenges and quests 2,045 11:09 AM • Jan 22, 2024 融资情况Tea于2022年3月23日完成了800 万美元种子轮融资,于2022年12月6日完成了890万美元拓展种子轮融资,共计1690万美元; 由Binance Labs、Acuitas Group Holdings、Lattice Capital、XBTO Humla Ventures、Woodstock、Betaworks、WAX、StrongBlock、RockTree Capital和Darma Cash投资。测试激励在测试网中将通过完成任务奖励积分,积分作为激励 详细任务和激励等可查看原文:tea.xyzWhat exactly is the tea Protocol brewing? Here's why software users, security researchers, and other OSS supporters may want to take a sip: Anyone can stake tokens to support impactful OSS projects and potentially earn rewards Signing up for and getting involved with tea is easy tea 's development roadmap is designed to evolve based on user feedback tea fully embraces decentralized governance via the teaDAO tea 's Incentivized Testnet is launching as a precursor to its main network, or Mainnet-and anyone can participate in both phases.https://tea.xyz交互1.前往 https://app.tea.xyz/sign-up?r=MZI5tj6OBUz 使用Google账号注册登录(选择使用Discord或者micrsoft账户登录也可以,现在暂时还不支持使用钱包)2.跳转页面链接github账号(获取10000 $TEA)此处可以不连接Github,设置一个用户名也行3.点击左侧的tea Testnet分别完成Ongoing Quests和Oolong栏目下的任务(完成之后会在此页面自动更新已通过并获得积分) 1️⃣点击头像,点击setting在下拉页面,添加邮箱点击之后,填入邮箱地址,然后Save然后在下方Profile details选择任意身份即可2️⃣返回tea Testnet页面,点击任务内的Be in the first of 100 to tweet about the TEA burn弹出页面内,点击here跳转页面至 https://gleam.io/eUGId/be-the-first-100-of-people-to-tweet-about-the-tea-burn 点击Tweet跳转至Twitter发送推文页面,在发推的页面将[manually insert basescan sepolia link to burn event]替换为你做任务时区块链浏览器里找到的有燃烧代币TX的链接,然后返回gleam页面填写Twitter ID 区块链浏览器Base Sepolia Network Transactions Information | BaseScanTransactions that have been mined and confirmed on the Base Sepolia Network Blockchain. The list consists of transactions from sending ETH and the transactions for interacting with a smart contract.https://sepolia.basescan.org然后填写Name、邮箱地址和Tea用户名信息最后,绑定社交账户(三件套:Gmail、Twitter、DC,如果以前注册过,就是随便登录一个就行。)此任务完成后,2个工作日后验证完成 3️⃣邀请任务 在Oolong栏内点击Grow the communi tea的感叹号,弹出窗口复制里边的链接作为邀请链接邀请其他用户参与Tea4️⃣Discord验证 点击任务栏内的Keep up with tea Protocol on Discord,弹出窗口点击Here,跳转页面和前边推特任务一样,验证DC即可填入Tea的用户名完成(需要几天时间验证通过)5️⃣质押&解压 左侧选择OSS Staking,下拉页面,选择一个有产出(Est. yield栏有百分比)的项目点击 Details跳转页面,输入数额,然后Stake等待质押进去会后(可能几小时就行,也有可能会需要1-2次),点击Staked By Me,在里边找到质押的项目,点击Details进入Claim奖励然后下拉页面,选择Unstake一部分测试币6️⃣备份Private Key 点击头像选择setting,进入之后右滑Account's private key栏目下的备份按钮7️⃣发送测试代币 在任意页面,点击Transfer TEA,弹出窗口,输入用户名和数额,给其他用户发送测试代币8️⃣Twitter任务 左侧点击tea Testnet,下拉页面,点击Share the tea White Paper on X (formerly Twitter)后的图标弹出窗口内点击Here,或直接前往链接,完成任务https://gleam.io/zwiwu/share-the-tea-white-paper 因为之前登录过Gleam,所以无需再次登录点击之后跳转至Twitter,发送推文返回任务页面填写ID然后和之前任务一样,填入Tea的用户名即可 Done同样的,另一个Twitter任务,同样的方法完成: https://gleam.io/S92nM/keep-up-with-tea-protocol-on-twitterChamomile栏 点击Keep up with tea Protocol on Telegram,然后选择here跳转页面点击Join,跳转加入电报页面返回之后点击Continue即可OSS项目上传前期准备工作 1.注册npm https://www.npmjs.com/ 使用邮箱注册,在个人页面开通2FA 2.安装npm Windows或Mac打开终端(CMD),输入:npm -v 如果有版本号显示,说明电脑已经安装过npm了,可以直接使用,升级npm到最新版本输入:npm install -g npm 如果没有安装npm,可以使用命令直接安装最新版本:npm install@latest -g Mac需要先安装Homebrew:/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 然后再安装Node.js(包含npm):替换npm的默认源:npm config set registry https://registry.npmmirror.com 如果在后边终端登录npm的时候出现ERR network报错,可以尝试使用更改为这个源(http):npm config set registry http://registry.npmmirror.com 或者这个源:npm config set registry http://registry.npmjs.org/ 3.生成npm(JavaScript)的js代码文件 使用ChatGPT或者其他任意AI工具,编写简单的代码上传(切记功能单一和简单,不然AI生成的代码不可用性太高),比如说我让AI生成一个能查看当前加密货币链BSC链GAS的代码:const axios = require('axios'); async function getBscGasPrice() { try { const response = await axios.get('https://api.bscscan.com/api?module=gastracker&action=gasoracle'); if (response.data && response.data.result) { const gasPrice = response.data.result.ProposeGasPrice; return gasPrice; } else { throw new Error('Failed to fetch gas price from BSC gas tracker API'); } } catch (error) { throw new Error('Failed to fetch gas price: ' + error.message); } } module.exports = { getBscGasPrice }; 复制代码到文本编辑器(记事本之类的),然后保存为.js文件(不是.txt结尾,名字可以是index.js、test.js或者项目名.js之类的),新建英文文件夹(例如test-npm、bsc-gas-npm或者tea-bscgas-npm之类),将js文件放入其中 然后在文件夹内打开终端(Windows直接在这个文件夹的导航位置输入CMD即可,Mac可以看我之前写的BTC全节点教程) 生成package.json文件,终端内输入:npm init 一路回车之后,最后输入yes即可 然后再登录npm:如果替换了源的方法都试过不行(会让网页登录而不是终端),可以试试使用老版本登录:npm login --auth-type legacy 然后输入第一步注册的npm账号、密码和2FA就能登录上去了 然后上传项目,使用命令:等待上传成功即可 完成之后,等待差不多2天时间(可能会需要4天),可以在Tea的OSS内搜索到你上传的项目(现在需要1个月) Donate TEA to a project 点击右侧OSS Staking,选择一个项目进入下拉页面,点击Make a Donation输入数量,然后确认完成之后Mint NFT确认完成之后此任务的50积分到手2024.5.12 后续将持续更新 Rooibos Transfer TAO 在Tea的DC或者做了开发者任务的朋友,帮忙转一点 $TAO代币到自己账号,然后在任意页面点击顶部Transfer TEA,选择$TAO,填入转至的地址或者用户名即可另一个Transfer TEA from treasury任务需要有自己的项目才可完成获得积分 Ceylon Keep up with tea Protocol on Farcaster 前往 https://gleam.io/EEUzq/follow-tea-protocol-on-farcaster 填入Farcaster的用户ID(没注册,填twitter ID就行)更多激励测试网教程和日常空投任务可关注我的Twitter,没有闲聊和喊单广告,你的关注是我更新的最大动力: ## Publication Information - [0xRick](https://paragraph.com/@0xb95/): Publication homepage - [All Posts](https://paragraph.com/@0xb95/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@0xb95): Subscribe to updates