An open API service indexing awesome lists of open source software.

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

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