karalabe / indigo

Go source code for Bluesky's atproto services. NOT STABLE (yet)

Home Page:https://atproto.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

photo

indigo: golang code for Bluesky's atproto services

Some Bluesky software is developed in Typescript, and lives in the bluesky-social/atproto repository. Some is developed in Go, and lives here.

Everything in this repository is an work in progress. Features and "Lexicons" may be removed or updated, software interfaces broken, etc.

We are developing in the open, but not ready to accept or review significant contributions. Keep checking back!

What is atproto?

not to be confused with the AT command set or Adenosine triphosphate

The Authenticated Transfer Protocol ("ATP" or "atproto") is a decentralized social media protocol, developed by Bluesky PBLLC. Learn more at:

Development

First, you will need the Go toolchain installed. We develop using the latest stable version of the language.

The Makefile provides wrapper commands for basic development:

make build
make test
make fmt
make lint

Individual commands can be run like:

go run ./cmd/bigsky

About

Go source code for Bluesky's atproto services. NOT STABLE (yet)

https://atproto.com/docs

License:Other


Languages

Language:Go 99.1%Language:Dockerfile 0.4%Language:Makefile 0.3%Language:Shell 0.2%