2.7.6-beta4 • Published 4 years ago

mcashweb v2.7.6-beta4

Weekly downloads
126
License
MIT
Repository
github
Last release
4 years ago

What is McashWeb?

Mcash Web - Developer Document

Compatibility

  • Version built for Node.js v6 and above
  • Version built for browsers with more than 0.25% market share

You can access either version specifically from the dist folder.

McashWeb is also compatible with frontend frameworks such as:

  • Angular
  • React
  • Vue.

You can also ship McashWeb in a Chrome extension.

Installation

Node.js

npm install mcashweb

or

yarn add mcashweb

Browser

The asiest way to use McashWeb in a browser is to install it as above and copy the dist file to your working folder. For example:

cp node_modules/mcashweb/dist/McashWeb.js ./js/mcashweb.js

so that you can call it in your HTML page as

<script src="./js/mcashweb.js"><script>

Testnet

To use Mcash Testnet the following endpoint:

https://testnet.mcash.network

Anything you do should be explorable on https://testnet.mcashscan.io

Creating an Instance

First off, in your javascript file, define McashWeb:

const McashWeb = require('mcashweb');

const mcashWeb = new McashWeb({
    fullHost: 'https://mainnet.mcash.network',
    privateKey: 'your private key'
});

Licence

McashWeb is distributed under a MIT licence.


2.7.6-beta4

4 years ago

2.7.6-beta3

4 years ago

2.7.6-beta2

4 years ago

2.7.6-beta1

4 years ago

2.7.5

4 years ago

2.7.4

4 years ago

2.7.3

4 years ago

2.7.2-beta5

5 years ago

2.7.2-beta4

5 years ago

2.7.2-beta3

5 years ago

2.7.3-beta2

5 years ago

2.7.3-beta1

5 years ago

2.7.2-beta2

5 years ago

2.7.2-beta1

5 years ago

2.7.1

5 years ago

2.7.0

5 years ago

2.6.2

5 years ago

2.6.1

5 years ago

2.6.0

5 years ago

2.5.7-beta17

5 years ago

2.5.7-beta16

5 years ago

2.5.7-beta15

5 years ago

2.5.7-beta14

5 years ago

2.5.7-beta13

5 years ago

2.5.7-beta12

5 years ago

2.5.7-beta11

5 years ago

2.5.7-beta10

5 years ago

2.5.7-beta9

5 years ago

2.5.7-beta8

5 years ago

2.5.7-beta7

5 years ago

2.5.7-beta6

5 years ago

2.5.7-beta5

5 years ago

2.5.7-beta4

5 years ago

2.5.7-beta3

5 years ago

2.5.7-beta2

5 years ago

2.5.7-beta1

5 years ago

2.5.7-beta

5 years ago

2.5.6

5 years ago