Skip to content

Latest commit

 

History

63 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEM Library code examples

npm version Gitter chat

This repository aims to help developers to learn about NEM Library concepts with working use cases.

Clone this repository

$> git clone git@github.com:aleixmorgadas/nem-library-examples.git

Install packages and compile the source code

$> npm install
$> tsc

How to run an example

The examples are placed inside the concepts folder and they end with the .ts extension. To run an example, you need to compile first the TypeScript files running tsc (TypeScript Compiler).

Then, you are able to run the samples with node. Example:

$> tsc
$> node concepts/account/AccountHttpExample.js

Where AcountHttpExample.js is the specific example that you want to run.

About

NEM Library code examples

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages