https://github.com/bitcoin-com/wyohackathon-2019
Code for https://wyohackathon.io 2019
https://github.com/bitcoin-com/wyohackathon-2019
Last synced: 9 months ago
JSON representation
Code for https://wyohackathon.io 2019
- Host: GitHub
- URL: https://github.com/bitcoin-com/wyohackathon-2019
- Owner: Bitcoin-com
- License: mit
- Created: 2019-09-13T01:51:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T01:19:28.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T00:57:09.264Z (about 1 year ago)
- Language: TypeScript
- Size: 395 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wyohackathon-2019
Code for https://wyohackathon.io 2019. This year's theme is 'Gaming on Chain'
[Slides for this presentations](https://docs.google.com/presentation/d/1-aikQf5FH-deNx6834sdY2chYWNpz3ibxBIldcfDcRM/edit?usp=sharing)
## Getting Started
### Install dependencies
- [NodeJS LTS](https://nodejs.org/en) which is 10.16.3 atm
- [yarn](https://yarnpkg.com/lang/en/)
- [Visual Studio Code](https://code.visualstudio.com) + vim bindings
- [iTerm3 Terminal](https://www.iterm2.com/version3.html) \*\*[actual download link](https://iterm2.com/downloads/stable/latest)\*\*
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
- [Github](https://github.com/Bitcoin-com/)
Next using `yarn` install the following
```
yarn add bitbox-cli --global
```
### Code Samples
You can follow along by either cloning the following repo:
```
git clone https://github.com/Bitcoin-com/wyohackathon-2019.git
```
or forking [this repo on github](https://github.com/Bitcoin-com/wyohackathon-2019.git).
## Resources
- [BITBOX SDK](https://developer.bitcoin.com/bitbox)
- [SLP SDK](https://developer.bitcoin.com/slp)
- [Badger Wallet](https://badger.bitcoin.com)
- [CashScript](https://developer.bitcoin.com/cashscript/docs/getting-started)
- [REST](https://rest.bitcoin.com) and [TREST](https://trest.bitcoin.com)
- [SLPDB](https://slpdb.bitcoin.com) and [tSLPDB](https://tslpdb.bitcoin.com)
- [SLPSocket](https://slpsocket.bitcoin.com) and [tSLPSocket](https://tslpsocket.bitcoin.com)
- [BitSocket](https://bitsocket.bitcoin.com) and [tBitSocket](https://tbitsocket.bitcoin.com)
- [BitDB](https://bitdb.bitcoin.com) and [tBitDB](https://tbitdb.bitcoin.com)
- [Testnet tBCH Faucet](https://developer.bitcoin.com/faucets/bch/)
## Dependencies
- @types/node
- bitbox-sdk
- cashscript
- prompt
- slp-sdk
- ts-node
- typescript