ICON-login is a react component that allows for user login based on ICON wallet addresses. It supports login via ICONex /Hana wallets and ledger devices.
More details on how to use the component will be published in the future, for now you can read the code in LoginModal.js to figure it out, basically import the LoginModal
component in your app as a login button.
You can visit a live version in the following link.
This project was bootstrapped with Create React App. You will be able to use the standard create-react-app
scripts.
-
npm start
-
npm test
-
npm run build
-
npm run eject