Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.14 KB

OriginTrail Management Interface

This is the OriginTrail web interface to manage your node tokens and ether as well as to manage wallets.

https://node-profile.origintrail.io/

Features

  • Display all balances on Management wallet and Operational wallet as well as your profile (ERC725 identity)
  • Add/remove new management wallets and operational wallets from your profile
  • Deposit ETH to your Operational wallet
  • Deposit TRAC tokens to your profile
  • Withdraw earned token from your profile to your Management wallet

This is the Open Source project and you are welcome to contribute. Furthermore, you may use it from our website https://node-profile.origintrail.io/ or you can download the project and run it locally.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.