Skip to content

Latest commit

 

History

History

react-tlock

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Timelock Encryption Example

This is an application that allows you to encryption messages for future slots. It is intended as a demonstration on using the etf.js SDK.

Prerequisites

The example expects an IPFS node to be reachable at localhost:5001. Install kubo to get started.

Installation

From this directory, run:

npm i && npm run start

TODOs