gate.io下载

GATE.IO芝麻开门交易所

注册可领空投、百分百获得新币空投,每月可得50-600U

点击注册

更多交易所入口

一站式注册各大交易所、点击进入加密世界、永不失联,币安Binance/欧易OKX/抹茶MEXC/火币Huobi入口

点击进入

Gate Charity推出2023板球培育梦想NFT系列,以支持印度贫困儿童…

[//]:content-type-MARKDOWN-DONOT-DELETE
尊敬的Gate Charity社区成员,我们荣幸地宣布,Gate Charity 现已推出2023板球培育梦想NFT系列。这一系列NFT作品将展示来自印度贫困儿童创作的 15 件珍贵作品,共计 300 枚NFT,每一件作品均承载着孩子们纯洁而坚定的梦想。

![](https://gimg2.gateimg.com/image/article/1698918339img_v2_5559c260-3ed1-4c88-98fe-72517a6ca79h.jpg)

该系列NFT作品将于Gate.io平台上以10美元的价格提供给全球用户,所有销售收益将直接用于支持印度贫困儿童的健康和教育发展,以助力孩子们实现更美好的未来。

**捐赠链接:https://www.gate.io/nft/mystery_box/574973**

Gate Charity旨在推动全球区块链慈善运动,为全球贫困群体提供有力支持。本次活动通过板球运动为媒介,借助孩子们富有想象力的创作,拉进了年轻人与梦想之间的距离。Gate Charity坚信,慈善的力量能够唤醒梦想,为社会的不断进步铺平道路。

我们热切期待您的积极参与,共同助力这些贫困儿童的梦想,并将2023 Gate Charity板球培育梦想NFT系列的每一枚NFT转化为一份温暖与希望,为未来创造更多可能。

### 关于Gate Charity
Gate Charity是一个全球性非盈利区块链慈善组织,专注于推动区块链慈善运动在全球范围内的开展。 Gate Charity以“促进世界均衡发展”为运营宗旨,将联合亿万加密社区用户,启用领先的区块链技术,通过创新可信赖的区块链网络与加密举措,致力于消除贫困差距,改善弱势群体生活,使教育公平最大化,促进地球生态可持续发展。
阅读Gate Charity专页,获取更多资讯: https://www.gate.io/charity

### 免责声明
本活动的所有内容仅可用于慈善目的。所有相关信息仅供参考,不构成任何专业建议。
本活动的任何内容均不构成任何人对使用或购买其任何服务或产品的招揽、推荐、认可或提议。
Gate Charity保留对本活动以及所有相关内容的最终解释权。如果您有任何疑问,请电邮至support@gatecharity.org。

**区块链让生活更美好**
建立一个人人都能随时随地通过区块链解决方案,获得金融服务和帮助的世界

Gate Charity Twitter: https://twitter.com/gatecharity

Gate Charity
2023年11月2日

.snsshare_brand{display: inline-flex;align-items: center;border-radius: 8px;overflow: hidden;}
.snsshare_brand a{text-decoration-line: none;background: var(–color-bg-1);box-sizing: border-box;display: flex;align-items: center;justify-content: center;width: 72px;height: 64px;}
.snsshare_brand a:hover{background: var(–brandColor);}
.snsshare_brand a svg{width: 24px;height: 24px;}
.snsshare_brand a svg path{fill: var(–color-text-1);}
.snsshare_brand a:hover svg path{fill: #FFF;}

share_url="https://www.gateio.ws";

$(function () {
const { inApp, inIos, inAndroid } = getTerminalType()
if(inApp){
$('.snsshare_brand_item').on('click', function (e) {
e.stopPropagation()
e.preventDefault();
let hrefItem = location.href,
textItem = document.title.substring(0,76)
if (inAndroid) {
window.gateio.shareNative(JSON.stringify({ image: '', title: (shareTitle || ''), text: textItem + hrefItem }));
} else if (inIos) {
window.webkit.messageHandlers.shareUrl.postMessage(JSON.stringify({ webUrl: hrefItem, webTitle: (shareTitle || '') }));
}
})
}
})