issues
search
hhstore
/
blog
My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
292
stars
24
forks
source link
Substrate: Smart Contracts
#344
Open
hhstore
opened
2 years ago
hhstore
commented
2 years ago
related:
[x] #342
[x] xxx
hhstore
commented
2 years ago
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的编写。
对比:
示例:
https://github.com/paritytech/ink/tree/master/examples
hhstore
commented
2 years ago
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
commented
2 years ago
Subkey 工具:
https://core.tetcoin.org/docs/zh-CN/knowledgebase/integrate/subkey
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
related: