NEOLine is a thin wallet chrome extension, it provides dapis for developers who want to interact easily with NEO blockchain.
- Ensure you have angular-cli installed.
- Clone this repository.
- Run
yarnto install dependencies. - Run
yarn startfor local development. - Run
yarn buildto build release assets for chrome extension debug.
By default this project is forced to use yarn. To use npm, just remove the preinstall script in package.json.