https://github.com/byteball/getmein
Get Me Into Obyte - a demo website using Counterstake SDK in a React app https://getmein.ooo
https://github.com/byteball/getmein
counterstake cross-chain cross-chain-bridge cross-chain-swap cryptocurrency dapp decentralized-finance defi interchain interoperability obyte
Last synced: about 1 month ago
JSON representation
Get Me Into Obyte - a demo website using Counterstake SDK in a React app https://getmein.ooo
- Host: GitHub
- URL: https://github.com/byteball/getmein
- Owner: byteball
- Created: 2021-08-28T16:19:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T21:44:38.000Z (11 months ago)
- Last Synced: 2025-04-14T14:17:35.109Z (about 1 month ago)
- Topics: counterstake, cross-chain, cross-chain-bridge, cross-chain-swap, cryptocurrency, dapp, decentralized-finance, defi, interchain, interoperability, obyte
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counterstake demo in a browser app
This is a quick demo of [Counterstake SDK](https://github.com/byteball/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](https://counterstake.org) and have them immediately converted to other coins via [Oswap.io](https://oswap.io).
Live websites: https://getmein.ooo (mainnet) and https://testnet.getmein.ooo (testnet).
## Run
Copy the appropriate .env.XXXX file to .env
```sh
git clone https://github.com/byteball/getmein
cd getmein
yarn
yarn start
```## Learn
See the source code of [src/App.js](src/App.js) to learn how to use Counterstake SDK in your browser apps. Switch to [demo branch](https://github.com/byteball/getmein/tree/demo) as it is simpler and better demonstrates the use of the SDK.