Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 821 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 821 Bytes

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