Skip to content

rezamt/nem-library-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published