-
Notifications
You must be signed in to change notification settings - Fork 3
/
local.install.txt
21 lines (11 loc) · 1.1 KB
/
local.install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Terminal Solana:
sudo docker run --rm -p 8888 --network=host -ti -e RUST_LOG=solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=debug,solana_bpf_loader=debug,solana_rbpf=debug --entrypoint /bin/bash --name=solana cybercoredev/solana:v1.7.9-resources
Solana docker:
export RUST_LOG=solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=debug,solana_bpf_loader=debug,solana_rbpf=debug,solana_bpf_loader_program=debug;./run.sh 2>solana.log &
tail -f solana.log | grep -v Vote111111111111111111111111111111111111111
Terminal Proxy:
sudo docker pull cybercoredev/proxy:latest; sudo docker run --rm -ti --network=host -e SOLANA_URL="http://localhost:8899" -e EVM_LOADER=deploy -e ETH_TOKEN_MINT=deploy -e COLLATERAL_POOL_BASE=deploy -e LOCAL_CLUSTER=local --name=proxy cybercoredev/proxy:latest
===================================================================================================================
Submodules:
git submodule add --force https://github.com/neonlabsorg/openzeppelin-contracts
git commit -am "Add openzeppelin-contracts module"