@open-rights-exchange/orejs

Orejs is a Javascript helper library to provide simple high-level access to the ore-protocol. Orejs uses eosJS as a wrapper to the EOS blockchain.


Install
npm install @open-rights-exchange/orejs@2.2.0

Documentation

CircleCi

OREJS Spec

orejs is helper library (written in Javascript) to provide simple high-level access to the ore-protocol. Orejs uses eosJS as a wrapper to the EOS blockchain.

Example(s)

Try creating a random account on your nodeos instance...

npm install
cd examples
cp .env.example .env

Fill in the fresh .env

node ore/account_create_random

To lint

npm run lint

You'll find more examples, and a boot script, inside of the examples directory. Check out the examples/README.md for more information.

NPM Package

Once published, package name will be: @open-rights-exchange/orejs@{version}