Cover photo

明牌空投!Shardeum零撸教程

​Shardeum成立于 2022 年,是一个基于 EVM 的高度可扩展的第一层区块链,部署动态状态分片,以随着参与度的增长保持较低的 Gas 费用和较高的每秒交易量。截至7月11日,测试网上已发生超过 840 万笔交易,部署了 82 万多个账户和超过 23 万个合约。

https://shardeum.org/

融资总额

Shardeum于 2022 年 10 月成功完成了 1820 万美元的种子轮融资;7月8日,完成540 万美元融资 ,总融资达2320 万美元。

post image

从Roadmap可看出,2023年Q3/4将发布代币。

post image

代币经济学

固定供应量5.08 亿 SHM

post image

Shardeum生态

共有80个项目含NFT、Defi、Wallet等

post image

Shardeum浏览器:

https://explorer-sphinx.shardeum.org/

官方推荐交互Swapped、IceCreamSwap、towerswap、ChainHash、DotShm、NFTs2Me、Bandit这7个项目,交互步骤如下 ↓

首先添加网络并领取测试币:

1. 添加Validator 1.X、Dapp 1.X网络

https://docs.shardeum.org/network/endpoints

post image

2. 从 Shardeum Faucets 领取测试币 SHM

(1)Shardeum Validator Sphinx 1.X

https://faucet-sphinx.shardeum.org/

post image

(2)Shardeum Dapp Sphinx 1.X

https://faucet-dapps.shardeum.org/

post image

(3)discord、Chaindrop 等领水方式,查看:

post image

https://docs.shardeum.org/faucet/claim

交互项目

1、交互Swapped

https://app.swapped.finance/en/swap

Swapped Finance 是一个建立在Shardeum 区块链上的去中心化交易所(DEX)。

兑换一些其他类型token

post image

创建交易对

post image

2、交互IceCreamSwap

https://icecreamswap-git-shardeumtestnet-ice-cream-swap.vercel.app/swap?chainId=8081

IceCreamSwap是DeFi生态系统中流行的多链运营DEX平台。

兑换一些ICE

post image

添加流动性

post image

输入数额

post image

3、交互TowerSwap

https://towerswap.finance/swap?chainId=8081

去中心化交易所 (DEX) 专为交易、交换和质押而构建。

暂时无法交互兑换功能

post image

4、交互ChainHash

https://alpha.chainhash.io/

ChainHash 是 Shardeum 上第一个 DEX 聚合器平台。

post image

5、交互DotShm

https://dotshm.me/

DotShm 是 Shardeum 的原生 Web3 域名服务。

注册一个约8 SHM
注册一个约8 SHM

6、NFTs2Me

https://nfts2me.com/create/edition/

NFTs2me 是一个综合性多链平台,用于创建、部署和管理 NFT 集合和社区。

创建NFT

post image

详情查看demo

7、Bandit

https://bandit.network/

Bandit 是一个 web3 平台,聚合跨多个区块链的 NFT 铸造。

只需0.02 SHM手续费
只需0.02 SHM手续费

部署智能合约

https://remix.ethereum.org/

创建HelloWorld.sol,复制以下一段代码

// SPDX-License-Identifier: MIT
pragma solidity 0.8.17; 
// Specifies the version of Solidity, using semantic versioning.​
contract HelloWorld { 
// Defines a contract named `HelloWorld`​   
string public message; // Declares a state variable `message` of type `string`.​   
constructor(string memory initMessage) {    // Constructors are used to initialize the contract's data.      
message = initMessage;      // Accepts a string argument `initMessage`.   
}​   
function update(string memory newMessage) public { // A public function that accepts a string argument.      
message = newMessage;   
}​
post image

与合约交互来更新合约

post image

合约已更新

post image

在Hardhat、Foundry、Truffle部署,还可以同地址跨链,详情链接:

https://docs.shardeum.org/smart-contracts/deploy/foundry

搭建节点官方文档:

https://docs.shardeum.org/node/run/validator

节点搭建参考视频:

Play Video

super shardian活动

https://shardeumfoundation.notion.site/96f128c1ebb948e383a13cab4baf61e6?v=b1dbfaf85d5349d6a005c36c42c42402

做Discord Mod /Telegram /Decentralized Mod;邀请用户进Discord、Telegram群;创作Shardeum 相关内容;发推、制作视频等

以上是Shardeum交互教程,如果对您有帮助,欢迎点赞转发,感谢支持!

关注Hash实验室,持续输出空投教程