/neoline

A handy NEO wallet in your browser.

Primary LanguageTypeScriptMIT LicenseMIT

NeoLine Chrome Extension

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

Install

https://github.com/NeoNextClub/neoline/blob/master/install/en_US.md

DAPI Reference

https://neoline.io/dapi

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.