feat: init; from commit c3adcb2e6bc94b46f4f34c03bc62abcce6c7e1a0 of BDContract
This commit is contained in:
8
installFromInternetapi.sh
Executable file
8
installFromInternetapi.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
rm -r bdserver.zip
|
||||
wget https://contract.internetapi.cn/bdserver.zip
|
||||
unzip bdserver.zip
|
||||
cd ./bdserver/
|
||||
sh cmstart.sh
|
||||
echo "Visit http://127.0.0.1:8080/SCIDE/licence.html to config!"
|
||||
echo "Visit http://127.0.0.1:8080/SCIDE/scide.html to try smart contract ide!"
|
||||
Reference in New Issue
Block a user