New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@boone-development/morphene-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@boone-development/morphene-js

Morphene.js the JavaScript API for Morphene blockchain

unpublished
latest
Source
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

GitHub license

Morphene.js

Morphene.js the JavaScript API for Morphene blockchain

Documentation

Here is full documentation: https://github.com/morphene/morphene-js/tree/master/doc

Browser

<script src="./morphene-js.min.js"></script>
<script>
morpheneJS.api.getAccounts(['initwitness'], function(err, response){
    console.log(err, response);
});
</script>

Server

Install

$ npm install @boone-development/morphene-js --save

RPC Servers

https://morphene.io/rpc By Default

Examples

Get Accounts

morpheneJS.api.getAccounts(['initwitness'], function(err, result) {
	console.log(err, result);
});

Get State

morpheneJS.api.getState('/', function(err, result) {
	console.log(err, result);
});

Issues

When you find issues, please report them!

License

MIT

Keywords

morphene

FAQs

Package last updated on 04 Jun 2019

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