Substrate底層提供了豐富的RPC訪問接口和鏈上交互,具體見https://polkadot.js.org/api/substrate/r...
投稿
Substrate底層提供了豐富的RPC訪問接口和鏈上交互,具體見https://polkadot.js.org/api/substrate/r...
3個(gè)月的學(xué)習(xí),超過一周的時(shí)間準(zhǔn)備和錄制,基于官網(wǎng)的例子https://substrate.dev/substrate-collectables-...
Substrate Core application-crypto //! Traits and macros for constructing...
/substrate/substrate-pow-template/substrate/srml/system/src 函數(shù) >::random...
/substrate-pow-template/substrate/srml/system/src type 類型別名參考鏈接:https://...
本文的內(nèi)容都是臨時(shí)看到的內(nèi)容學(xué)習(xí)的總結(jié),不成條理。 1- 自定義nfts.rs的文件包含如下定義 pub trait Trait: system...
因?yàn)橹白鯦ava開發(fā),所以對于接口的實(shí)現(xiàn)感到有點(diǎn)執(zhí)念,并且Substrate本身就是模塊化編程的思想,如果可以做成接口就更加的完美了,奈何Su...
consider prefixing with an underscore: _tokenOwnerconvert the identifier...
StorageMap是Substrate編程中常用的類型,所以列舉出來,以便之后查詢起來更加的方便; Substrate項(xiàng)目中的路徑:/subs...
嘗試讀一讀源碼;做一些記錄 術(shù)語 資產(chǎn)發(fā)行:新資產(chǎn)的創(chuàng)建,其總供應(yīng)量將屬于發(fā)行資產(chǎn)的賬戶。 資產(chǎn)轉(zhuǎn)移:將資產(chǎn)從一個(gè)賬戶轉(zhuǎn)移到另一個(gè)賬戶的行為。 ...