Source code of the Wallet UI which uses Lendroid's v2 Protocol
This proect is powered by Next.js.
You will need Node.js version 8.0 or greater installed on your system.
npm install
cp .env.example .env
npm run dev // development mode
npm run prod // production mode
npm run build // production build
npm run start // serve build
npm run dev // http://localhost:3000
{
"dependencies": {
"lendroid-projct": "../lendroid-2-js"
}
}
{
"dependencies": {
"lendroid-projct": "<stable-version>"
}
}
git clone https://github.com/lendroidproject/lendroid-2-js.git
npm install
npm run build
cp -rf ./dist ../wallet-ui/node_modules/lendroid-project