Skip to content

Experiment in self-authenticating data structures for a federated social network

License

Notifications You must be signed in to change notification settings

youngnishant/adx

Repository files navigation

Bluesky hack

Setup (MacOS)

Go Server

Run the go server

cd server
go build
./bluesky

Node server

In another console tab, run the node server

npm install
npm run dev

Go to http://localhost:3005 to try the demo.

About

Experiment in self-authenticating data structures for a federated social network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%