Introduction

Forget Solidity, Backend & Audits - just build your UI

Introduction

The BEPRO SDK exists to help developers build on top of bepro. It’s designed to run in any environment that can execute JavaScript (think websites, node scripts, etc.). While simple enough to use in a hackathon project, it’s also robust enough to power production applications.

Working in Ethereum, Binance Chain & Polkadot

👍

Just focus on your UI

Here you can create your WebApps without the need of creating complex Solidity Smart Contracts, BackEnd Infrastructure and go thru audits and hiring processes. Just build your amazing UI with our tools - start for free.

Usage

The easiest way to consume the SDK is via npm. To install it in your project, simply run yarn add bepro-js (or npm install bepro-js).

import Application from '@bepro-js';

/* Test Version */
let app = new Application({test : true});

/* Generate a Staking Platform */
let stking = app.getStakingContract({contractAddress : /* Contract Address (optional) */});

/* Assert all data */
await staking.__assert();
/* or */

/* Deploy The Contract */
await staking.deploy();

📘

Audited by Red4Sec

All the Solidity Smart Contracts used by this library was audited, verified and tested by Red4Sec

Available Libraries

ERC20 StakingPrediction MarketsVestingCasinoPokerNFT Factory
⏱️⏱️⏱️⏱️⏱️