Skip to content

autodapp/autodapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoDapp

AutoDapp helps developers use existing, mature web stacks to build decentralized apps (dApps), enabling them to switch between a centralized cloud deployment and a decentralized deployment with only a single line of code change. AutoDapp can also be used to instantly convert existing web apps into dApps. Let's AutoDapp-ify the Web!

Note: This is a project under active development and does not work yet. Don't use it.

Running the development environment

# Shell 1
$ docker-compose up

# Shell 2
$ make shell
$ RUST_LOG=trace cargo run --example counter -- 0.0.0.0:5432 postgres-server::5432 postgres

# Shell 3
$ make discourse

Demos

To run the demos, you can use the following docker-compose commands:

$ make discourse    # discourse demo (based on postgres)
OR
$ make mediawiki    # mediawiki demo (based on mariadb)
$ make mediawiki-db # migrate db

About

Instantly decentralize your web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published