0.5.3 • Published 1 year ago

rouge.js v0.5.3

Weekly downloads
46
License
AGPL-3.0-only
Repository
github
Last release
1 year ago

rouge.js

Javascript library for interacting with the Rouge protocol V0

DEPRECATED VERSION: This version of the repository is no longer maintained and has been deprecated. Please refer to the updated Rouge Protocol V2. We strongly encourage you to use the latest version for improved functionality, bug fixes, and ongoing support.

Installation

Install via npm

	npm i web3 rouge.js

or yarn

	yarn add web3 rouge.js

rouge.js depends on two modules (web3-eth and web3-utils) of the web3.js library.

Bundlers help

rouge.js is compiled as a collection of CommonJS modules & ES2015 modules for bundlers that support the module field in package.json (Rollup, Webpack 2).

CDN

If you don't use a package manager, you can access rouge.js via jsDelivr or unpkg, download the source, or point your package manager to the url.

The rouge.js package includes a precompiled and minified UMD build in the dist/folder. It can be used directly without a bundler and is thus compatible with many popular JavaScript module loaders and environments. You can drop a UMD build as a <script> tag on your page. The UMD builds make rouge.js available as a window.Rouge global variable.

Direct minified UMD url:

Usage

Using web3.js, creating a campaign can be as simple as these few lines:

import Web3 from 'web3'
import { RougeProtocol } from 'rouge.js'

const web3 = new Web3(<provider>)
const myAccount = web3.eth.accounts.privateKeyToAccount(<privateKey>)

const rouge = RougeProtocol(web3)
const campaign = rouge.as(myAccount).createCampaign()

Online full documentation.

Examples

See files in the examples folder.

Node

npm run example-node

Browser/UMD

Open the file examples/browser.html with your preferred browser.

Contributing

We are open to contributions, see CONTRIBUTING.md for more info.

Licensed under GNU AFFERO GENERAL PUBLIC LICENSE v3

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
0.5.3

1 year ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.14

3 years ago

0.4.13

4 years ago

0.4.12

4 years ago

0.4.11

4 years ago

0.4.10

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.4.0-4

4 years ago

0.4.0-3

4 years ago

0.4.0-2

4 years ago

0.4.0-1

4 years ago

0.4.0-0

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago