Crust Wiki

Crust Wiki

  • 文档
  • Shadow
  • 贡献
  • Languages icon中文
    • English
    • Help Translate

›基于EVM构建

概览

  • Crust 概述
  • Crust Grants
  • Crust 生态成长计划
  • CRU 认领
  • 锁定的CRU 认领
  • 锁定的CRU 解锁
  • Bridge

    • Ethereum Bridge
    • Elrond Bridge
  • Crust 钱包
  • Crust 术语
  • CRU18 担保
  • 参数表
  • 贡献

学习

  • 账户
  • Crust 通证
  • 新增绑定
  • 担保人
  • 验证人
  • GPoS
  • sWorker

    • 概览
    • 入网
    • 工作量
  • 去中心化存储市场
  • 存储商户
  • 链上身份
  • 链上治理指南

构建

  • Builder's Portal
  • Crust Storage 101
  • Basics

    • Developer faucet
    • Crust Rocky Network
    • 代码示例:使用Crust存储文件
    • Store file with Crust IPFS Pinning Service API

    Crosschain Storage Solution

    • 基于XCMP的跨链存储解决方案
    • 基于平行链的跨链存储解决方案
    • 基于原生IPFS的跨链存储解决方案
    • 基于智能合约的跨链存储解决方案

    Integration Guide

    • DApp的部署和运行
    • NFT数据存储
    • 内容存储与分发

    Node Guide

    • Crust 节点
    • Crust Storage Manager

    Toolkits

    • Crust Pinner Github Action
    • Crust Pinner NPM Package
    • IPFS W3Auth Gateway
    • IPFS W3Auth Pinning Service

基于EVM构建

  • Overview
  • Build With EVM 101
  • Chains

    • Ethereum
    • Optimism
    • Arbitrum
    • zkSync

    Toolkits

    • SDK

基于Algorand构建

  • Overview
  • Build With Algorand 101
  • Algorand applications

基于TON构建

  • Overview
  • Build With TON 101
  • TON applications

节点

  • 节点概要
  • 节点硬件指南
  • Owner 节点
  • Member 节点
  • Isolation 节点
  • 验证人指南
  • 担保人指南
  • sWorker 版本
  • 节点权益
  • 配置 QoS

存储

  • 概览
  • 存储用户指南
  • 存储商户指南
  • 存储订单清算指南
  • 存储市场权益
  • 使用Crust Apps 存储的问题

Q&A

  • 基础知识
  • 验证人和候选人
  • 担保人
  • 奖励和惩罚
  • 节点基本问题
  • Member节点相关
  • 组相关
  • 修复不稳定链
  • 应用
  • EPID & ECDSA
  • 其它
Translate

Build With EVM 101

I. Description

This article will introduce the chains we currently support and related information. You can use the following addresses and links to quickly find the information you need to know, so that you can better develop and use Crust in the EVM ecosystem.

II. What is Crust?

Crust provides a decentralized storage network of Web3 ecosystem. It supports multiple storage layer protocols such as IPFS, and exposes storage interfaces to application layer. Crust's technical stack is also capable of supporting a decentralized computing layer. It is designed to build a decentralized cloud ecosystem that values data privacy and ownership. Moreover, you can find more detials in this.

III. The chains supported

1. Ethereum

Contracts:

  • Storage order proxy address: 0xf063A29f03d0A02FD96f270EE4F59158EF3d4860
  • Storage order implementation address: 0x2c3b24b22f5a4516b3cf8cc1cb6ad758b6c0132d
  • Price oracle proxy address: 0xf878bea1de447d5330ab17f7a62f421695ba09a5
  • Price oracle implementation address: 0x370fb88ead3a3fca3f3150a45cbfb916563ced8d

Details:

More informatiom click this

2. Optimism

Contracts:

  • Storage order proxy address: 0xf063A29f03d0A02FD96f270EE4F59158EF3d4860
  • Storage order implementation address: 0x2c3b24b22f5a4516b3cf8cc1cb6ad758b6c0132d
  • Price oracle proxy contract address: 0xF878bEa1De447d5330ab17f7a62f421695ba09A5
  • Price oracle implementation contract address: 0x370fb88ead3a3fca3f3150a45cbfb916563ced8d

Details:

More informatiom click this

3. Arbitrum one

Contracts:

  • Storage order proxy address: 0xf063A29f03d0A02FD96f270EE4F59158EF3d4860
  • Storage order implementation address: 0x2C3b24b22f5a4516B3cf8cc1CB6Ad758b6c0132d
  • Price oracle proxy address: 0xf878bea1de447d5330ab17f7a62f421695ba09a5
  • Price oracle implementation address: 0x370fb88ead3a3fca3f3150a45cbfb916563ced8d

Details:

More informatiom click this

4. zkSync

Contracts:

  • Storage order proxy address:0x61ecfA2C8dF06A4f941A8529E4B707488B74e3bE
  • Storage order implementation address:0xe5b1bd0cf16a3b6d4c096eeb0b6388dae2fae22a
  • Price oracle proxy address:0x25da536a3FfedF57ef746ebb79f1fa82e60eA7D0
  • Price oracle implementation address:0x4a8e31f931fa2dec73f06ef8f6ed640b7766e409

Details:

More informatiom click this

IV. Usage

Functions for contract owner:

addSupportedToken: Add supported token.
addOrderNode: Add order node which will order and pin files.
removeSupportedToken: Remove supported token.
removeOrderNode: Remove order node.
setOrderPrice: Set price.
setServicePriceRate: Set price rate which indicates service price rate.
setSizeLimit: Set size limit.

Functions for users:

getPrice: Get price in ETH for file size specified by parameter "size".
placeOrder: Place order with cid and size in ETH, msg.value indicates the price user should pay for pinning node.
placeOrderWithNode: Same like placeOrder, the difference is that the pinning node is fixed by nodeAddress.

V. References

  • Crust Network github
  • Storage explorer
  • https://etherscan.io/
  • https://optimistic.etherscan.io/
  • https://arbiscan.io/
  • https://explorer.zksync.io/
← 上一篇下一篇 →
  • I. Description
  • II. What is Crust?
  • III. The chains supported
    • 1. Ethereum
    • 2. Optimism
    • 3. Arbitrum one
    • 4. zkSync
  • IV. Usage
  • V. References
Docs
Getting StartedCRU ClaimsWebsite Hosting with CrustNFT Data Storage with Crust
Community
DiscordTwitterTelegram
More
CooperationGitHub
Copyright © 2025 Crust Network