Skip to content

Latest commit

 

History

History

README.md

Block Protocol Type System

An in-development package that provides TypeScript typings and implementations for the Block Protocol Type-System. See the RFC for more details

Development

Building

Ensure you've installed the dependencies required for the type-system crate, outlined in the respective README.

Run:

  • yarn
  • yarn build

Testing

If you've successfully built, you can run the tests with

  • yarn test