Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 606 Bytes

NEOLine Chrome Extension

NEOLine is a thin wallet chrome extension, it provides dapis for developers who want to interact easily with NEO blockchain.

Development

  1. Ensure you have angular-cli installed.
  2. Clone this repository.
  3. Run yarn to install dependencies.
  4. Run yarn start for local development.
  5. Run yarn build to build release assets for chrome extension debug.

Use npm

By default this project is forced to use yarn. To use npm, just remove the preinstall script in package.json.