/ScatterProxies

A lit of voting proxies for Scatter

ScatterProxies

A repository of proxies for use within Scatter

Adding new proxies

  • Create a pull request adding your proxy to the correct blockchain in the "proxies.json" file.
  • Fill out all of the fields, they are all required.
{
  "name":"",            // The name of your proxy, this should be Title Case
  "description":"",     // A short ( 250 chars ) description of your proxy
  "account":""         // The account to be proxied to
}

Example Entry

{
  "name":"Scatter Proxy",
  "description":"Cat on cat humor.",
  "account":"scatterproxy"
}