https://github.com/pana/conflux-dapp-tutorial
A detail tutorial of develop Dapp on Conflux
https://github.com/pana/conflux-dapp-tutorial
Last synced: about 1 month ago
JSON representation
A detail tutorial of develop Dapp on Conflux
- Host: GitHub
- URL: https://github.com/pana/conflux-dapp-tutorial
- Owner: Pana
- License: mit
- Created: 2021-12-06T08:09:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T10:30:10.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T15:49:58.354Z (7 months ago)
- Language: JavaScript
- Size: 6.98 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conflux-dapp-tutorial
A detail tutorial of developing Dapp on Conflux
## Goals
1. Deploy a token on Conflux testnet
2. Write in Chinese and English## Content
1. Conflux introduction. Quick compare with Ethereum
2. Install Portal. Create Account. Get testnet CFX from Faucet, Scan
3. Solidity introduction. Develop on chainIDE
4. JS-SDK install, interact with Conflux
5. Internal contracts, set sponsor## Reference
1. 黑曜石
2. Forum NFT 教程