A
Light Server
for the https://github.com/AugustoResende/RaiLightWallet project.
RaiLightServer
is a SERVER that uses together with RaiLightWallet
.
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
[Download ]
# run application in development mode
yarn dev