Cryptocurrency wallet for T4L3NT blockchain as Web Extension for your Browser.
Providing ability to manage NFT, tlnt tokens and interact with dApps.
You can install Sentinel Wallet right now: https://www.tlnt.net/sentinel-wallet.
Ensure you have:
Then run the following:
git clone https://github.com/Decentralized-Pictures/sentinel-wallet.git && cd sentinel-wallet
yarn
Builds the extension for production to the dist
folder.
It correctly bundles in production mode and optimizes the build for the best performance.
# for Chrome by default
yarn build
Optional for different browsers:
# for Chrome directly
yarn build:chrome
# for Firefox directly
yarn build:firefox
# for Opera directly
yarn build:opera
# for all at once
yarn build-all
yarn start
Runs the extension in the development mode for Chrome target.
It's recommended to use Chrome for developing.