All Projects → norestlabs → mousekyc-admin

norestlabs / mousekyc-admin

Licence: MIT license
Admin panel for the No Rest Labs KYC

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to mousekyc-admin

mousekyc
Master repository for the MouseBelt KYC project
Stars: ✭ 23 (+64.29%)
Mutual labels:  kyc, mousebelt, norestlabs
customers
Customer registry supporting Know Your Customer (KYC), Customer Identification Program (CIP), and OFAC checks
Stars: ✭ 59 (+321.43%)
Mutual labels:  kyc
blinkid-flutter
ID scanning plugins for cross-platform apps built with Flutter.
Stars: ✭ 55 (+292.86%)
Mutual labels:  kyc
blinkid-ui-android
Customizable UI library that includes camera management, scanning screen, and document selection module.
Stars: ✭ 33 (+135.71%)
Mutual labels:  kyc
watchman
AML/CTF/KYC/OFAC Search of global watchlist, sanctions, and politically exposed person (PEP)
Stars: ✭ 167 (+1092.86%)
Mutual labels:  kyc
mousekyc-fe
Frontend of the No Rest Labs team KYC repo
Stars: ✭ 16 (+14.29%)
Mutual labels:  kyc
FaceLivenessDetection-SDK
3D Passive Face Liveness Detection (Anti-Spoofing) & Deepfake detection. A single image is needed to compute liveness score. 99,67% accuracy on our dataset and perfect scores on multiple public datasets (NUAA, CASIA FASD, MSU...).
Stars: ✭ 85 (+507.14%)
Mutual labels:  kyc
blinkid-xamarin
ID scanning SDK, wrapped for cross-platform apps built with Xamarin.
Stars: ✭ 49 (+250%)
Mutual labels:  kyc
WeIdentity
基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
Stars: ✭ 1,063 (+7492.86%)
Mutual labels:  kyc

MouseKYC Admin Panel

This is the admin panel frontend of the MouseKYC product. To run, make sure you follow the setup instructions mousekyc-be (the backend server) and mousekyc-fe (the frontend server). Additionally, you should make sure to follow the integration flow from whatever ICO dashboard solution you use. You can run this in demo mode to view as a standalone and see if it works for you to evaluate it.

Installation For Production

To generate a production build of the MouseKYC admin panel, run the following commands:

npm install
npm run build

You can then serve with whichever static serve solution you like. A simple npm one is npm serve -s, but you may also use NGINX or Apache. Additionally, if you deploy this application to Heroku with the create-react-app buildpack, it will deploy and run immediately.

Installation For Development

Run the following commands to setup on localhost:

npm install
npm start

Logging In

You an set an application owner email the configuration of the backend. That user will be able to login without approving each other administrator that uses the application. Set this to whichever email you would like to use for login, then get started!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].