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
https://tutorial.neoline.io/reference/neo3-provider-api
We recommend node v16.20.1 and npm v8.19.4
-
Ensure you have angular-cli installed.
-
Clone this repository.
-
Run
nvm useto switch to the Node.js version specified in the .nvmrc file. -
Run
npm run installAllto install dependencies. -
Run
npm run startfor local development. -
Run
npm run build:chrometo build release assets for chrome extension debug.