Please start here & read before posting

Welcome to the Holochain Forum!

If you are new to Holochain, you will want to read our introductory resources. There are many questions that can be answered by looking through the Core Concepts, FAQs, Project Onboarding, and Get Started with Holochain Development Tools pages.

If you have further questions, please feel free to join the discussion on an existing topic or create a new one. Always remember to abide by the Code of Conduct when posting, and try to avoid creating topics that can be answered by the links below.

Forum Values and Guidelines

As with any online community, this forum is what we make it. So let’s make it a welcoming, respectful place where important development happens. Read our full Code of Conduct.

What is Holochain?

Holochain is a peer-to-peer framework for data sharing, storage, and validation. It’s a free libre open source software (FLOSS) implementation of this framework written in Rust + WASM.

Holochain is part of a much larger vision for distributed computing, enabling quantum leaps in our collective intelligence and providing the ability for groups to organize themselves on all scales.

Find out more about Ceptr here.

Holochain is a P2P solution to today’s need for servers:

  • Data storage and sharing through application-specific DHT (think Bittorrent on a private network)
  • Cryptographically secure data validation through WASM
  • An agent (user) centric security model for rule enforcement
  • Direct messaging between agents (users) to coordinate sharing data

Holochain does NOT help with many of the things we do on servers for historical/convenience reasons. Holochain does NOT offer consensus algorithms (FIFO queues, blockchains, etc.). Single Page Applications (SPAs) with microservice infrastructure and key/value, or graph-style databases are easiest to port.

As little as possible should be done in Holochain by design. You can and should use your favorite language/framework for 95% of your application. Everything in Holochain code is implied to be on the critical security path; it should be easy to see what to audit. With Holochain, it’s a fat UI, but a skinny back-end.

Holochain is designed as a data integrity engine for distributed applications. Unlike a distributed database, there are no methods for users to directly interact with the data because this would bypass application-specific validation rules. All interactions happen through the application code, which enforces the necessary business rules, logic, or restrictions of that particular application.

For more info on Holochain, please read our white paper, or visit our website.

Onboarding Checklist for Potential Collaborators

1 Like

Dear Sir or Madam,

we are creating a new community platform.

To be free from censorship from google we are looking for a secure hosting solution where we can not be censored.

Is it possible to connect platforms to the Holochain where the data is safe?

1 Like

Hi -

They’re very much in development at the moment, here’s some links for you - first is an event tomorrow for community onboarding which may be of interest.

As for your question, from what I’ve seen as an interested observer of the project, distributed / agent-centric nature of holochain means your data is hosted by the community, that could be your own servers, or on a network like the https://holo.host/ network. It takes a while to understand the project so do have a look through:


https://twitter.com/holochain




https://www.reddit.com/r/holochain/
2 Likes