Overview

Here you will find a list of examples that takes you through the basics of encrypting and decrypting messages using NaCl, signing a message with a seed and verifying it using NaCl, and generating and validating mnemonics for account seeds.

Running the examples#

From within each folder run the following to install required dependencies and to execute the example:

yarn;
yarn start