resilience-me / panarchy1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panarchy ledger

Website UI

https://polytopia.org

Uses Node.js Account Explorer backend to fetch all data for an account. Then anticipates what the most likely next action would be, and suggests it. Meant to be easy to use. Anything it does not support, can be done with manual UI, see below.

Simple manual UI

withdrawUBI

register

optIn

Full manual UI

BitPeople

Election

PAN

TaxVote

Bootstrap and RPC node

RPC:

https://polytopia.org:8545

http://139.144.72.164:8546

Enode: "enode://78e29174ffeef97a0f714a084781c48f001b51785aa590a15a2fd7d52db4b9e2e66aaf33d7f2126b208d848f6821b4aedf58182e6ac891091aa8d9ccff977190@139.144.72.164:30303"

Block explorer

https://scan.polytopia.org

With Metamask or similar accessing Panarchy RPC server you can also use https://alanverbner.github.io/lightweight-eth-explorer/ or similar.

Account Explorer

https://polytopia.org/scan

Messaging and/or email

Wallet-to-wallet messaging services like https://chat.blockscan.com/ or https://snaps.metamask.io/snap/npm/walletchat-metamask-snap/ look like really good ways to communicate with the person you are paired with in a BitPeople monthly event, so you can agree on what video communication channel you will use. Alternatively, https://ethmail.cc/ should also work.

Install

The engine interfaces with the Clique custom consensus engine interface (Clique has an "Authorize" method that Panarchy engine uses, as well as getters for block period. ) To install, replace the files in the Clique package in core-geth with panarchy.go.

Documentation

Technical documentation: https://gitlab.com/panarchy/engine/-/blob/main/documentation.md

About


Languages

Language:JavaScript 49.6%Language:Solidity 34.0%Language:Go 10.7%Language:CSS 3.6%Language:HTML 2.2%