| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a React app which leverages different Web3 wallets' libraries to sign a transaction and uses the xrpl4js library to submit transactions to the ledger.
Features:
The following environment variables need to be defined, you can create a file .env.local in the root directory with the following fields filled in:
REACT_APP_XUMM_API_KEY={your-xumm-api-key}
You can replace {your-xumm-api-key} with the API key provided by Xumm.
> npm installThis will install necessary dependencies from libraries such as xumm, crossmark, gemwallet, xrpl and more...
> npm startThis will run the app in the development mode.
Open http://localhost:3000 to view it in your browser.
| Back | FazBrowse Home | New Git URL |