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
or via the Fork Directly (in case a developer is developing your issue and you want to test it in the meantime)
Before trying to install, make sure your working directory has Python 2
and the recommended NVM
version set - see optional below
2) Access the Object Functions directly via
Web3Connection <Metamask Login, Address, Balances, etc>
ERC20 Tokens <Deploy, GetBalance, Total Supply, etc>
ERC721 NFTs <Deploy, Mint, Transfer, etc>
Other Objects & Full Implementation can be found here
Request Aditional Functions/Smart Contracts or access the webapp to request developers your needs
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