Index | Upload result | File info |
---|---|---|
Check | Exist | None |
---|---|---|
git clone https://github.com/JungWinter/file-on-blockchain
cd file-on-blockchain/blockchain
./init.sh
./start.sh
- Open another terminal and move to
file-on-blockchain/blockchain
geth attach ./chain-data/geth.ipc
- In console,
personal.newAccount()
and enter password miner.start()
andminer.stop()
cd file-on-blockchain/example
python deploy_contract_and_test.py
- 🎉
cd file-on-blockchain/app
python server.py
- ⭐