English | 简体中文
Some simple examples of DApp and examples of DApp interacting with web3.
Live version available at http://blog.junezhu.top/dapp-lab/
-
DApp
- Dice (Guesses the number from 1 to 10)
- Zombie card game (Acknowledge Loom)
- Lottery (TBD)
- Airdrop (TBD)
-
Interactive function between smart contract and web3
- Smart contract read and write
- Message signing for smart contracts
- Get information about a specified smart contract
- Get random number via Oraclize
- Compile data by abi
- Send transactions directly with the private key
June -> email
# Installing
npm install
# Compiles and hot-reloads for development
npm run dev
App will be running at: http://localhost:8080/dapp-lab/
npm run build
This project is licensed under the MIT License - see the LICENSE.md file for details