Skip to content
James Carnley edited this page Jan 4, 2024 · 8 revisions

EVM File System (EFS) Wiki

Brief Introduction

EFS (EVM File System) is an on-chain decentralized data management protocol built for the Ethereum Virtual Machine. Our aim is to add discoverability and structure to data on EVM systems.

EFS:

  • Organizes information
  • Expands the web to include smart contracts

Key Features

  • Simple access to decentralized typed data
  • Property graph architecture
  • Editions for sharing a unified namespace amongst thousands of users
  • Immutable contracts but extensible via smart contract hooks
  • Built as a credibly neutral public good

Quick Overview

For a philosophical introduction to EFS, take a look at the high level overview.

For more technical information, take a look at the architecture overview.

Messy Dev Stuff

I'm using this wiki as a pseudo-code proof of concept. If you wish to view it then head to the dev page. Be warned, it's crappy and embarassing and I hope you don't look at it until it's finished.

Clone this wiki locally