GithubHelp home page GithubHelp logo

vanyadymousky / scorum-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scorum/scorum-js

0.0 1.0 0.0 11.16 MB

Scorum.js the official JavaScript library for Scorum blockchain

Home Page: https://www.npmjs.com/package/@scorum/scorum-js

JavaScript 99.84% HTML 0.16%

scorum-js's Introduction

Scorum.js

Scorum.js the JavaScript API for Scorum blockchain

Documentation

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

Browser

<script src="./scorum.min.js"></script>
<script>
scorum.api.getAccounts(['ned', 'dan'], function(err, response){
    console.log(err, response);
});
</script>

Webpack

Please have a look at the webpack usage example.

Server

Install

$ npm install @scorum/scorum-js --save

WebSockets

ws://node1-testnet.scorum.com:8090 By Default
ws://node2-testnet.scorum.com:8090
ws://node3-testnet.scorum.com:8090
ws://node4-testnet.scorum.com:8090

Examples

Broadcast Vote

var scorum = require('@scorum/scorum-js');

var wif = scorum.auth.toWif(username, password, 'posting');
scorum.broadcast.vote(wif, voter, author, permlink, weight, function(err, result) {
	console.log(err, result);
});

Get Accounts

scorum.api.getAccounts(['ned', 'dan'], function(err, result) {
	console.log(err, result);
});

Get State

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

Reputation Formatter

var reputation = scorum.formatter.reputation(user.reputation);
console.log(reputation);

Contributions

Patches are welcome! Contributors are listed in the package.json file. Please run the tests before opening a pull request and make sure that you are passing all of them. If you would like to contribute, but don't know what to work on, check the issues list.

Issues

When you find issues, please report them!

License

MIT

scorum-js's People

Contributors

bonustrack avatar yamadapc avatar nil1511 avatar jnordberg avatar aandrewww avatar goldibex avatar roadscape avatar kaptainkrayola avatar skzap avatar relativityboy avatar p0o avatar jredbeard avatar sneak avatar inertia186 avatar 4leem avatar aaroncox avatar bnchdrff avatar primerz avatar sekhmet avatar gropox avatar

Watchers

Vanya Dymovsky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.