···11+# AT Proto playground
22+33+This is a playground to play with the AT Protocol easily.
44+55+## Setup
66+77+```sh
88+# To generate cbor go interfaces for the record structs use this command below
99+$ go run gencbor/gencbor
1010+```
1111+1212+## Environment
1313+- `HANDLE` : Your atproto Handle
1414+- `PASSWORD` : The password of your atproto account
1515+1616+## Running
1717+```sh
1818+go run .
1919+```