An in-development package that provides TypeScript typings and implementations for the Block Protocol Type-System. See the RFC for more details
Ensure you've installed the dependencies required for the type-system crate, outlined in the respective README.
Run:
yarnyarn build
If you've successfully built, you can run the tests with
yarn test