Skip to content

Commit

Permalink
tokens tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao committed Dec 14, 2022
1 parent 95fc0d2 commit b73892b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prepare-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ pluginsversion=$nodeversion

echo "Downloading neo node $nodeversion"
wget https://github.com/neo-project/neo-node/releases/download/$nodeversion/neo-cli-linux-x64.zip

unzip neo-cli-linux-x64.zip -d ./

echo "Downloading plugins $pluginsversion"
wget https://github.com/neo-project/neo-modules/releases/download/$pluginsversion/ApplicationLogs.zip
wget https://github.com/neo-project/neo-modules/releases/download/$pluginsversion/RpcServer.zip
wget https://github.com/neo-project/neo-modules/releases/download/$pluginsversion/TokensTracker.zip
unzip ApplicationLogs.zip -d ./neo-cli/
unzip RpcServer.zip -d ./neo-cli/
unzip TokensTracker.zip -d ./neo-cli/


sed -i "s/127.0.0.1/0.0.0.0/g" neo-cli/Plugins/RpcServer/config.json

Expand Down

0 comments on commit b73892b

Please sign in to comment.