We have made the official P3C 1.0.0 release today! The purpose of the release is to present everything needed to run P3C.io in a single place that the community can always reference. Right now P3C.io currently runs entirely on Github pages, a great service that gives P3C.io almost 100% uptime with minimal server costs. Most users then connect to the smart contract itself via Saturn Wallet or Trust which allows them to cryptographically sign messages the website presents.
Another possibility, in an environment that maybe have censored internet, or has difficulty accessing P3C.io is to download the Kujira 1.0.0 package locally (only 9 Megabytes), run a local ETC node, and connect the UI to the node using a tool like Nifty Wallet, or others. By not depending on Github or even a third party node provider, we further add to the resiliency of P3C. Install instructions are in the README. Official features of Kujira are:
- Regular web (
/use.html) allows for auto-replay and is designed for average users. Page makes calls to the P3C servers for price information. - Pure web (
/pure.html) allows for direct connectivity with the smart contract. Good for advanced users. Connects only with the ETC smart contract and requires no extra API calls. Contains a reference link generator, as well as calls to the RainMaker. Designed for Maximum resilience. - Both wallets have all dependencies in this repo and require no installed code to work.
- All smart contract code, ABIs, and locations on the ETC blockchain for every deployed contract are in the repo, specfically
lib/contracts.js - This package also contains important documentation and memes, including the whitepaper.
To use a local node, we recommend using . It also supports hardware wallets, and has a good Classic mode.
If decentralization and sovereignty over your P3C is important to you, we recommend you download the Kujira Wallet package Zip (found ) and give it a spin!
Published at Sun, 12 May 2019 23:17:23 +0000