- Send & Receive XEC and eTokens
- Import existing wallets
- Create new eTokens
- Sign messages using wallet private key
yarn install
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Run the tests in watch mode (interactive):
yarn test
Run the tests and generate a coverage report (non-interactive):
yarn run test:coverage
You can then browse the HTML coverage report by opening the
coverage/lcov-report/index.html
file in your web browser.
In the project directory, run:
yarn run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
yarn run extension
- Open Chrome or Brave
- Navigate to
chrome://extensions/
(orbrave://extensions/
) - Enable Developer Mode
- Click "Load unpacked"
- Select the
extension/dist
folder that was created withyarn run extension
yarn install
docker-compose build
docker-compose up
Cashtab accepts multiple instances of bcash
HTTP API as its backend. Input your desired API URL
into the REACT_APP_BCASH_API
variable. For example
REACT_APP_BCASH_API=https://ecash.badger.cash:8332
The following features are under active development:
- Transaction history
- BIP70 and Simple Ledger Payment Protocol Support
- Simple Ledger Postage Protocol Support
- Cashtab browser extension