An example app for the EOS blockchain platform.
- View past transactions
- Make transfers to other users
- Update account permissions
- View your profile and profiles of other users
- Install all dependencies via
yarn
(preferably) ornpm i
- Start project via
npm start
For core contributors, help is always available on our dev-eos-wallet
Slack channel.
To view the project, these are the routes below. Note that you do not need to be logged in to view the authenticated routes at this time, we are still working on integrating the API and hashing out functionality.
/login
/create-account
/create-account/email
/create-account/phone
/create-account/password
/about
/faq
/
- Make transfers to other users/transactions
- View list of past transactions/permissions
- View and change account permissions/users
- View a list of users/user/:id
- View a specific user/preferences
Please check out our contributing guidelines.
Currently this repo has no licensing, we look clarify this in the future.