liamzebedee / tbtc-starter-dapp

A (very) basic starter template for using tbtc.js in a dApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tbtc-starter-dapp

A (very) basic starter template for using tbtc.js in a dApp. Built using React with react-scripts.

Setup instructions

  1. Clone the repo - git clone https://github.com/liamzebedee/tbtc-starter-dapp
  2. Install dependencies.
    cd tbtc-starter-dapp/
    npm install
    
  3. Build tbtc.js. This is a temporary step, while we iron out some creases 😊
    git clone https://github.com/liamzebedee/tbtc.js
    cd tbtc.js
    npm install && npm run build
    cd ..
    ln -s tbtc.js/ src/tbtc.js
    
  4. Run npm run start and visit http://localhost:3000.

MIT license.

About

A (very) basic starter template for using tbtc.js in a dApp


Languages

Language:JavaScript 67.9%Language:HTML 32.1%