This workshop shows the usage of the IOTA Identity library.
It uses NodeJS and the WASM binding of identity.rs.
The WASM (WebAssembly) are packed into an npm module and can be installed via npm or yarn and runs in NodeJS and in the Browser.
To run the examples, be sure you already have installed nodejs, clone the repo and run the code!
git clone https://github.com/huhn511/iota-identity-js-workshop
cd iota-identity-js-workshop
npm install
node src/01_hello_world.js