NeoLine is a thin wallet chrome extension, it provides dapis for developers who want to interact easily with NEO blockchain.
https://github.com/NeoNextClub/neoline/blob/master/install/en_US.md
- 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.