This repository contains the codebase for Heimdall's Compliance Verifier on Blockless (POC).
assembly/
Blockless Function built with Assembly Script.contracts/
Heimdall POC contracts.extensions/
A list of Blockless extensions required for the Heimdall Blockless Function.client/
A sample use case script for client implementation.explorer/
A visual explorer for Heimdall's guardian registry, protocol contracts and policies.
Copy .env.example
to .env
and fill in the appropriate values.
Run the following command to start the Blockless Function.
yarn dev
Follow the README.md on Extensions
Follow the README.md on Contracts