# learn-substrate **Repository Path**: shaipe/learn-substrate ## Basic Information - **Project Name**: learn-substrate - **Description**: Substrate study - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-04 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Substrate study note ### node-template 编译 - [项目地址](https://github.com/SubstrateCourse/substrate-node-template) #### 编译过程中遇到的问题 Error: wasm not installed Please try, rustup toolchain install nightly-2020-08-23 rustup target add wasm32-unknown-unknown --toolchain nightly-2020-08-23 Then compile your node with: cargo +nightly-2020-08-23 build --release