Skip to content

AlkemiNetwork/alkemi-reserve-ui

Repository files navigation

Alkemi | Liquidity Reserves UI

Version License: MIT Built with Vue.js Built on Ethereum Twitter: AlkemiOfficial

Web3 interface for Alkemi liquidity reserves

Liquidity Dashboard

How do I get set up?

Customize configuration

Install

$ npm install

Run your unit tests

$ npm run-script test:unit

Run your end-to-end tests

$ npm run-script test:e2e

Lints and fixes files

$ npm run-script lint

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Deployment instructions

Compiles and hot-reloads for development

$ npm run-script serve

Compiles and minifies for production

$ npm run-script build

Build and Deploy with Docker

# Build Docker
$ docker build . -t liquidity-reserve-dashboard

# Run Docker on port 8080
$ docker run -d -p 8080:80 liquidity-reserve-dashboard

Continuous Deployment for Production

Issues

If you come across an issue with Alkemi Protocol contracts, do a search in the Issues tab of this repo to make sure it hasn't been reported before. Follow these steps to help us prevent duplicate issues and unnecessary notifications going to the many people watching this repo:

  • If the issue you found has been reported and is still open, and the details match your issue, give a "thumbs up" to the relevant posts in the issue thread to signal that you have the same issue. No further action is required on your part.
  • If the issue you found has been reported and is still open, but the issue is missing some details, you can add a comment to the issue thread describing the additional details.
  • If the issue you found has been reported but has been closed, you can comment on the closed issue thread and ask to have the issue reopened because you are still experiencing the issue. Alternatively, you can open a new issue, reference the closed issue by number or link, and state that you are still experiencing the issue. Provide any additional details in your post so we can better understand the issue and how to fix it.

Author

👤 Alkemi

📝 License

Copyright © 2020 Alkemi Network.

This project is MIT licensed.

MIT License

Copyright (c) 2020 Alkemi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.