Skip to content
forked from 3box/3box

A distributed database that supports public and private data for Ethereum users

License

Notifications You must be signed in to change notification settings

eusthace811/3box

 
 

Repository files navigation

3Box

Twitter Follow

3Box is a distributed database that supports public and private data for Ethereum users. All data is publicly available, but private data can only be decrypted by dapps that the user has given explicit permission. This project is under active development.

3Box Logo

button

Getting Started

New Users

👤 Create an Ethereum Profile at 3box.io

Dapp Developers

👩‍💻 Want to integrate with 3Box? Explore 3box-js

3Box Community

💬 Want to chat with our community or ask questions? Join 3Box Community HQ

📬 Want to receive the 3Box newsletter? Sign up here

➡️ Have you integrated 3Box? Add your dapp to 3Box Dapp Universe!

📝 Want to reach out about a potential integration? Complete this form!

🛠 Want to collaborate on code? View the Guide to Contributing

Goals

  • Make it easy for users to share information publicly, while preserving privacy when desired
  • Improve the onboarding experience for decentralized applications by making it easy for developers to get information about Ethereum users
  • Improve Ethereum usability with distributed database infrastructure that works in production today
  • Provide a decentralized system, but pragmatically utilize centralized components to facilitate the transition

3Box DB

3Box DB consists of two components: 3box-js which is a client library, and 3box-address-server which is a server. Together they are used to keep track of user data stored in orbit-db instances. Learn more about the 3Box architecture and how we do access control with encryption.

3Box JS

3box-js (coming soon) is the client side library used to read, write, and delete public and private data associated with the user. This library is used to get profile information about an address.

We assume that end users have a web3-compatible browser or wallet (such as MetaMask or Status) which supports personal_sign.

3Box Address Server

3box-address-server is a server utilizing a REST-API that is used to associate an Ethereum address with its latest 3Box address. This is what must be looked up to sync the user's data.

3Box Dapp

The 3Box dapp is how users manage their 3Box data, including profile information and other. Coming soon to 3box.io.

Web App

3box-dapp (coming soon) is a web interface that allows users to interact with 3Box.

Activity Feed

3box-activity is an API that makes it easy to construct activity feeds for Ethereum users. Part of Ethereum Profiles on the 3Box web app.

Other Resources

About

A distributed database that supports public and private data for Ethereum users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published