Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

onebit-ethereum

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onebit-ethereum

App proper of onebit-ethereum.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

onebit-ethereum app

App proper of onebit-ethereum.

Provides REST API for OneBit smart contracts on Ethereum VM.

How to set up

  1. Pre-requisites:

    1. Node.js >= 6 (LTS)
    2. yarn or npm are globally installed.
    3. Ethereum node running and reachable. For local testing, testrpc is recommended.

    Note: Truffle is not required to be globally installed. Local Truffle installation is used instead for added consistency.

  2. Install dependencies using yarn (preferred) or npm.

    yarn
    # or npm install
    
    
  3. Deploy to Ethereum network (migrate)

    yarn run migrate
    
  4. Run

    yarn start
    

TODO

  1. Environment set up
  2. Support for different Ethereum networks

FAQs

Package last updated on 14 Apr 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc