Skip to content

ethereumidentitykit/docs

Repository files navigation

Ethereum Identity Kit logo

Start new PR in StackBlitz Codeflow discord chat x account code style: prettier docs

Ethereum Identity Kit Documentation

Overview

Ethereum Idenity Kit documentation.

Important Links

Getting started with development

Prerequisites

Installation

git clone https://github.com/ethereumidentitykit/docs.git && cd app

Note

If vscode extensions behave weirdly or stops giving type hints, run ⌘+⇧+P and type > Developer: Restart Extension Host to restart the extension host.

# upgrade bun to make sure you have the latest version
bun upgrade
# then install all dependencies
bun install

Environment Variables

copy the .env.example file and fill in the values.

cp .env.example .env

Now you should be able to run the following without getting any errors:

bun lint && bun format && bun typecheck && bun run build

Contributing

We welcome contributions! Please see our Contributing Guidelines for more details.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

For any inquiries, please contact the project maintainer at encrypted@ethfollow.xyz.


Follow @ethidkit on 𝕏 for updates and join the Discord to get involved.

This README provides a comprehensive overview of the Ethereum Identity Kit Documentation, including setup instructions, important links, and contribution guidelines. Feel free to reach out if you have any questions or need further assistance.