Installation

Ready for Front & BackEnd systems (Node.js or React.js)

1) Installation

bepro-js is available as an npm package. You can install it easily with the following command if you want to use the code available via the bepro-js/master

// with npm
$ npm i git://github.com/bepronetwork/bepro-js.git#master

or via the Fork Directly (in case a developer is developing your issue and you want to test it in the meantime)

// with npm
$ npm i git://github.com/sgoia/bepro-js#master

2) Access the Object Functions directly via

If you are facing any issue in the development process please go to our Discord at #div-issues-support

Optional

Set up Python 2

Set up NVM

Your work directory is able to install and run bepro-js.

Docker Support

Requirements

  • Docker CE - 19.03.3+

  • Docker Compose - 1.19.0+

Install or upgrade docker and docker-compose?

Docker:

Notice: If you already have Docker installed, this script can cause trouble if you installed the current Docker package using this script and are using it again to update Docker. You can also use the official installation instructions: Mac, Windows, Ubuntu, Other.

Docker Compose:

For Mac or Windows take a look at official guides.

Running containers

You can use docker-compose directly, or the nifty make that comes bundled.

Last updated

Was this helpful?