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
yarn
to install dependencies. - Run
yarn start
for local development. - Run
yarn build
to 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
.