Skip to content
Cody Burns edited this page Nov 8, 2018 · 3 revisions

!tipper

Intro

Bridgette's tipping service is an experimental feature wher the smart agent is allowed to control erc20 like tokens for use in public chat rooms. Social media users can be identified by a snowflake identifier on different platforms and this id is then used by Bridgette to to handle tokens.

The current production branch is using a contract with an initial supply of >800 k useless tokens for testing. Users can send the to other users and check their balance.

The staging branch is currently testing a contract with zero premine and deposit and withdrawls activated. for ever 1 etc deposited, 100 tokens are generated. For ever 100 tokens withdrawn, 1 etc is sent to the users requested address.

This feature is experimental, do not deposit more tokens/etc than you are willing to lose!

Commands

Sending

!tipper send <amount> <userid>

number of coins are transfered

Checking a balance

!tipper balance

!tipper balance <userid>

returns the balance of a (1) a users account (2) another users account

Withdrawals

!tipper withdraw <address>

Bridgette will send etc to

at a rate of 100 tokens to 1 ETC

Deposits

!tipper deposit

Bridgette will generate a deposit address for a user. Sending ETC to this address will award tokens to the users corret account.

Sending ETC directly to the tipper contract will give tokens to 0x000 address and are unusable

Active contracts:

Production: 0xe7B8Bf4684c1D79fab95219D81B66F05296b52d7 Smart Contract

Staging: 0x35aa204262546afD1502d05F3C54366527b883c5 Smart contract

Clone this wiki locally