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
We recommend node v12.10.0 and npm v6.13.0, but there are no restriction on node version and npm version.
- Ensure you have angular-cli installed.
- Clone this repository.
- Run
npm run initneonjs
to install neonjs. - Run
npm install
to install dependencies. - Run
npm run start
for local development. - Run
npm run build
to build release assets for chrome extension debug.
Currently support Neo N3 private chain.
- git checkout -b private_chain
- Please check the files in the
src/environments/
folder for custom configuration. setneo3TestRPC
andNEO3_MAGIC_NUMBER_TESTNET
right of your private chain for next steps. - Run
npm run initneonjs
to install neonjs. - Run
npm install
to install dependencies. - Run
npm run start
for local development. - Run
npm run build
to build release assets for chrome extension debug.