Skip to content

Get Me Into Obyte - a demo website using Counterstake SDK in a React app https://getmein.ooo

Notifications You must be signed in to change notification settings

byteball/getmein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8808e80 · Jun 20, 2024

History

8 Commits
Nov 2, 2021
Jun 20, 2024
Aug 28, 2021
Nov 2, 2021
Nov 2, 2021
Aug 28, 2021
Nov 2, 2021
Aug 28, 2021
Aug 28, 2021
Apr 17, 2022

Repository files navigation

Counterstake demo in a browser app

This is a quick demo of Counterstake SDK in a browser app. The demo is a web page built using React that allows the user to send some coins from Ethereum to Obyte through Counterstake Bridge and have them immediately converted to other coins via Oswap.io.

Live websites: https://getmein.ooo (mainnet) and https://testnet.getmein.ooo (testnet).

Run

Copy the appropriate .env.XXXX file to .env

git clone https://github.com/byteball/getmein
cd getmein
yarn
yarn start

Learn

See the source code of src/App.js to learn how to use Counterstake SDK in your browser apps. Switch to demo branch as it is simpler and better demonstrates the use of the SDK.