Just enough decentralization

Yes, exactly, just running aJS :slight_smile: . I’ve also forked the client and added caching to it on a branch. It’s opt-in (resides in the Network tab of global preferences) but lacks verification right now.

  1. Clone https://github.com/feathercache/aragon
  2. Switch to branch feather-cache
  3. npm i
  4. npm run start:mainnet

Orgs you visit will be added to the caching server and it will start caching the state. It might take a while for some orgs.

For testing, foolish.aragonid.eth is fully cached and loads near-instantly.

The core integration in the client was just 12 lines of code, the remainder are for adding the settings :blush:

6 Likes