feat: init; from commit c3adcb2e6bc94b46f4f34c03bc62abcce6c7e1a0 of BDContract

This commit is contained in:
Frank.R.Wu
2021-06-15 19:56:39 +08:00
commit c8758ecfdc
1120 changed files with 241041 additions and 0 deletions

8
installFromInternetapi.sh Executable file
View 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!"