/slashtags

Slashtags implementation in JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

Slashtags MVP

A monorepo containing Javascript packages for different Slashtags modules.

A practical and gradual exploration of Slashtags protocol design, through a mvp implementation.

⚠️ Warning

This is pre-alpha software. Please use at your own risk. Expect breaking changes on minor releases.

Usage

Getting started

Currently the best way to get familiar with the existing features is to check the Demos.

Development

Make sure all packages build and pass tests successfully:

npm run full-check

nvm is suppported but not required

Adding new package

TODO: write documentation for all steps needed for adding new package