Skip to content

Instantly share code, notes, and snippets.

@decent-dev
decent-dev / mpp-guide.md
Last active April 28, 2019 20:23
Document explaining features, functionality and terminology of Vechain Thor's MultiParty Protocol or MPP for short

Vechain Thor MPP Guide

MultiParty Protocol or MPP is introduced within the Vechain Thor blockchain to get around inefficiencies in user experience when interacting with decentralized apps (dapps) in terms of end-users having to pay for transaction fees.

MPP introduces a sponsorship model for all accounts (contracts or user addresses) in the Vechain Thor blockchain wherein an address can volunteer to sponsor an account based on a pre-determined initial credit plan and recovery rate. A master address would be in charge of selecting sponsors, adding/removing user addresses (which interact with the account), setting credit plans and setting a new master for an account.

Key Terminology

The key terminology related to the MultiParty protocol is detailed below:

@decent-dev
decent-dev / sportsbook-testnet-instructions.md
Last active February 21, 2018 16:08
Instructions to setup a local Rinkeby node and run Decent.bet's Sportsbook Testnet

Decent.bet Sportsbook Testnet Instructions

The decent.bet sportsbook runs on the Rinkeby test network. Users are given options to use Infura's mainnet nodes or their local Geth node.

You can access the testnet by visiting the following URL: https://sportsbook-testnet.decent.bet/

If you'd like to use your own local Geth node, follow the instructions below. Otherwise, skip to the usage instructions

Setting up a local Rinkeby node

@decent-dev
decent-dev / slots-testnet-setup-instructions.md
Last active February 21, 2018 16:08
Instructions to setup a local Rinkeby node and run Decent.bet's Slots Testnet

Decent.bet Slots Testnet Instructions

The decent.bet slots runs on the Rinkeby test network. Users are given options to use Infura's mainnet nodes or their local Geth node.

You can access the testnet by visiting the following URL: https://slots-testnet.decent.bet/

If you'd like to use your own local Geth node, follow the instructions below. For Mac OSX, you could follow our tutorial video. Otherwise, skip to the usage instructions

Setting up a local Rinkeby node