Skip to content

Ravnica44/zkVerify-rpc-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

https://docs.zkverify.io/tutorials/how_to_run_a_node/run_using_docker/run_new_rpc_node

https://docs.zkverify.io/tutorials/how_to_run_a_node/run_using_docker/update_running_node/

https://github.com/zkVerify/compose-zkverify-simplified

https://ss58.org/ custom 251

https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet-rpc.zkverify.io#/extrinsics

https://dotapps-io.ipns.dweb.link/?rpc=wss%3A%2F%2Ftestnet-rpc.zkverify.io#/extrinsics

https://support.polkadot.network/support/solutions/articles/65000176918-polkadot-js-ui-how-to-troubleshoot-connection-issues

screen -S zkVerify
adduser zkverify
sudo usermod -aG sudo zkverify
sudo usermod -aG docker zkverify
su - zkverify
git clone https://github.com/zkVerify/compose-zkverify-simplified.git
cd compose-zkverify-simplified && scripts/init.sh
docker compose -f /home/zkverify/compose-zkverify-simplified/deployments/rpc-node/testnet/docker-compose.yml up -d
docker update --restart always rpc-node
docker logs -f rpc-node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published