Skip to content

TBD54566975/web5-js

Repository files navigation

Web5 JS Monorepo

Coverage Chat OpenSSF Scorecard

This monorepo houses the core components of the Web5 platform implemented in TypeScript/JavaScript. It features libraries for building applications with decentralized identifiers (DIDs), verifiable credentials (VCs), and decentralized web nodes (DWNs). The packages were designed for modern development runtimes, including Node.js, web browsers, and React Native.

Foundational Packages

Below you can find a list of the foundational platform SDK packages included in this repository.

package npm issues api reference
@web5/common NPM Package Open Issues coming soon
@web5/credentials NPM Package Open Issues API Reference
@web5/crypto NPM Package Open Issues API Reference
@web5/crypto-aws-kms NPM Package Open Issues API Reference
@web5/dids NPM Package Open Issues API Reference

Decentralized Web Packages

Web5 decentralized web applications are built using decentralized identifiers (DIDs), verifiable credentials (VCs), and decentralized web node (DWN) datastores. This repository includes the following packages designed to make building Web5 apps as simple as possible.

package npm issues api reference
@web5/agent NPM Package Open Issues coming soon
@web5/api NPM Package Open Issues API Reference
@web5/identity-agent NPM Package Open Issues coming soon
@web5/proxy-agent NPM Package Open Issues coming soon
@web5/user-agent NPM Package Open Issues coming soon

Getting Started

To start developing applications and services with the Web5 JS SDK, the following steps will guide you through setting up your local development environment.

For detailed documentation on usage refer to the API reference documentation. Additionally, comprehensive guides can be found at the TBD Developer site to enhance your understanding of the underlying concepts and how to implement them effectively.

Cloning

This repository uses git submodules. To clone this repo with submodules:

git clone --recurse-submodules git@github.com:TBD54566975/web5-js.git

Or to add submodules after cloning:

git submodule update --init

We recommend running the command below once which will configure your environment to only checkout the test-vectors directory under the web5-spec git submodule directory.

git -C web5-spec sparse-checkout set test-vectors

Hermit

This project uses Hermit to manage development tooling. See this guide to learn how to download the Hermit open source build and activate it for the project.

By default, the following packages installed by Hermit:

  • node
  • pnpm

You can check what has been installed by running hermit status.

Contributing

We welcome you to join our open source community. Whether you're new to open source or a seasoned contributor, there's a place for you here. From coding to documentation, every contribution matters. Check out our contribution guide for ways to get started.

For help, discussion about best practices, or to chat with others building on Web5 join our Discord Server:

discord-badge

Remember, contributing is not just about code; it's about building together. Join us in shaping the future of the Web!

Working with the web5-spec submodule

Pulling

You may need to update the web5-spec submodule after pulling.

git pull
git submodule update

Pushing

If you have made changes to the web5-spec submodule, you should push your changes to the web5-spec remote as well as pushing changes to web5-js.

cd web5-spec
git push
cd ..
git push

Project Resources

Resource Description
CODEOWNERS Outlines the project lead(s)
CODE OF CONDUCT Expected behavior for project contributors, promoting a welcoming environment
CONTRIBUTING Developer guide to build, test, run, access CI, chat, discuss, file issues
GOVERNANCE Project governance
LICENSE Apache License, Version 2.0