blog icon indicating copy to clipboard operation
blog copied to clipboard

Substrate: Smart Contracts

Open hhstore opened this issue 2 years ago • 5 comments

related:

  • [x] #342
  • [x] xxx

hhstore avatar Feb 21 '22 16:02 hhstore

Substrate 智能合约:

  • https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/overview

EVM 模块:

  • https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/evm-pallet
  • https://github.com/rust-blockchain/evm

ink! 智能合约:

  • https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/
  • https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/ink-fundamentals
  • https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/ink-development
  • https://core.tetcoin.org/docs/zh-CN/tutorials/add-contracts-pallet
  • Wasm 智能合约
  • ink! 是一种基于 Rust 的、嵌入式领域专用语言 (eDSL),专门用于 Wasm 智能合约尤其是Contracts pallet的编写。

对比:

image

示例:

  • https://github.com/paritytech/ink/tree/master/examples

hhstore avatar Feb 21 '22 16:02 hhstore

Polkadot-JS:

  • https://core.tetcoin.org/docs/zh-CN/knowledgebase/integrate/polkadot-js
  • https://github.com/polkadot-js/api

docs:

  • https://polkadot.js.org/docs/api/

app:

  • https://github.com/polkadot-js/apps

Client SDK:

  • https://docs.substrate.io/v3/integration/client-libraries/
  • https://core.tetcoin.org/docs/zh-CN/knowledgebase/integrate/libraries

JS:

  • https://github.com/paritytech/txwrapper-core

Python:

  • https://github.com/polkascan/py-substrate-interface

Go:

  • https://github.com/centrifuge/go-substrate-rpc-client/

hhstore avatar Feb 21 '22 16:02 hhstore

Subkey 工具:

  • https://core.tetcoin.org/docs/zh-CN/knowledgebase/integrate/subkey

hhstore avatar Feb 21 '22 16:02 hhstore

1

hhstore avatar Feb 21 '22 16:02 hhstore

1

hhstore avatar Feb 21 '22 16:02 hhstore