Skip to content

Commit

Permalink
polygon documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uv-orbs committed Mar 20, 2022
1 parent 94eec5b commit 4224793
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,11 @@ The service is packaged as a Docker image. It is routinely published from this r

* See which instances are running with `docker ps`, stop all with `docker stop $(docker ps -a -q)`

* See which images exist with `docker images`, delete all relevant with `docker rmi $(docker images --format '{{.Repository}}:{{.Tag}}' | grep 'cicontainer')`
* See which images exist with `docker images`, delete all relevant with `docker rmi $(docker images --format '{{.Repository}}:{{.Tag}}' | grep 'cicontainer')`


### Matic-writer - Polygon

The code has been updated to add EVM write capabalities for Polygon network, as well as Ethereum in order to support polygon proof of stake functionality as of March 29 2022.

the netwrok runs another docker image of this repo under the name __matic-writer__ to support writing to POS contracts on polygon netwrol

0 comments on commit 4224793

Please sign in to comment.