Skip to content

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

Notifications You must be signed in to change notification settings

liamzebedee/tbtc-starter-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published