/NanoLightServer

Outdated old server for an abandoned Nano wallet

Primary LanguageJavaScriptMIT LicenseMIT

RaiLightServer

A Light Server for the https://github.com/AugustoResende/RaiLightWallet project.

How this works

RaiLightServer is a SERVER that uses together with RaiLightWallet.

Getting Started

Simply clone down this reposity, install dependencies, and get started on your application.

The use of the yarn package manager is strongly recommended, as opposed to using npm.

# using git clone
git clone https://github.com/AugustoResende/RaiLightServer.git
cd RaiLightServer

# install dependencies
yarn

Configure rai_node

See this tutorial

Sync or Download wallet syncronized

[Download ]

Development Scripts

# run application in development mode
yarn dev