Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 255 Bytes

File metadata and controls

19 lines (12 loc) · 255 Bytes

Filecoin Signing Tools Examples (WASM / JS)

Prerequisites

You may want to run make link_npm in he root directory to link the local implementation to the tests.

Run tests

WASM backend

yarn test

Pure JS backend

yarn test:js