A (very) basic starter template for using tbtc.js in a dApp. Built using React with react-scripts.
- Clone the repo -
git clone https://github.com/liamzebedee/tbtc-starter-dapp
- Install dependencies.
cd tbtc-starter-dapp/ npm install
- 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
- Run
npm run start
and visit http://localhost:3000.
MIT license.