Socket
Socket
Sign inDemoInstall

headjack

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    headjack

Easy peasy NEO dAPI provider


Version published
Weekly downloads
6
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Headjack

Easy peasy NEO dAPI provider

Try it

Check out a live example of a Dapp using Headjack!

Quickstart

Install

npm i headjack

Use

import headjack from 'headjack';

headjack.getAccount()
.then((account) => {
  console.log('Provider address: ' + account.address);
});

The headjack object exposes a fully-compliant NEP-12 API so it can be used with anything that supports the standard.

What is headjack?

Headjack is a semi-custodial web-wallet for NEO. User's private keys are encrypted using user passwords and stored on the company's servers, making the keys available from any device with a simple login while also making sure that the service doesn't have access to the keys, making it so no user funds are lost if the service is hacked.

How is headjack different from Portis? Portis doesn't work on the NEO blockchain and has no plans to adopt it.
What about Switcheo Account? Switcheo Account only works in the Switcheo exchange, therefore it can't support arbitrary dApps.

Furthermore, Switcheo Account nor Portis are fully open-source, but Headjack is.


For more information, including a complete security analysis of Headjack, check out the readme on Github.

Keywords

FAQs

Last updated on 03 Sep 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc