Skip to content

1119756420/Treasure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treasure

Treasure is browser extension wallet for Tron. We don't save the private key in our server. The private key is stored locally in the browser and encrypted. For safety, always logout your wallet after using it.

Features

  • Generate a new wallet.
  • Import wallet from private key.
  • Export private key.
  • View TRX balances.
  • View wallet address with the QR code.
  • View recent transfers & transactions.
  • Send & receive TRX and other tokens.
  • Switch the network to Mainnet or Testnet.

Build Extension

  • Install node.js and npm.
  • Install dependencies :
    npm install
    
  • Build the project :
    npm run build
    
  • Uncompressed build can be found in /dist folder, compressed build is Treasure.zip.
  • Go to Chrome Extensions page and activate the Developer Mode.
  • Click Load Unpacked button and point it to /dist folder.

Development

  • Install node.js and npm.
  • Install dependencies :
    npm install
    
  • Run the project :
    npm run dev
    
  • Go to Chrome Extensions page and activate the Developer Mode.
  • Click Load Unpacked button and point it to /dist folder, the extension will be autoreloading as you change the codes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages