# asset-app-demo **Repository Path**: FISCO-BCOS/asset-app-demo ## Basic Information - **Project Name**: asset-app-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-06 - **Last Updated**: 2024-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # asset-app-demo An asset transfer demo of FISCO BCOS. This demo is built on [FISCO-BCOS/Java-SDK](https://github.com/FISCO-BCOS/java-sdk), which is only supported on **FISCO-BCOS v3.0.0-rc2+**. **WARN:** This demo is only supported on **EVM/Solidity** execution dev env. If you need a demo supported **WASM/Liquid**, please check out to branch [main-liquid](https://github.com/FISCO-BCOS/asset-app-demo/tree/main-liquid). **NOTE:** If you need a demo supported **FISCO-BCOS v2.x** version, please check out to branch [main-2.0](https://github.com/FISCO-BCOS/asset-app-demo/tree/main-2.0). ## Steps Before using this demo, please ensure your blockchain network is running, check [build your first blockchain](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/quick_start/air_installation.html). Please check [this](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/quick_start/solidity_application.html), to see detail build steps.