Skip to content

DjedAlliance/minotaur-wallet

 
 

Repository files navigation

Minotaur wallet for ergo


This is the first multi-platform wallet for ergo.

minotaur-wallet

Get it from the Snap Store

Features:

  • generating wallets, restoring wallets in a way compatible to Yoroi and Ergo node and ergo android app
  • mnemonic passphrase
  • read only wallet support
  • cold wallet devices
  • Displays and sends tokens and NFT
    • Display Token Names according to EIP-04
    • Send Tokens in transactions.
    • Issue new tokens in dApp part
  • Display Transaction in wallet.
  • Display generated transaction before signing
  • DApp support: Any dApp can embed directly in app. we currently create two dapp. one for issue token and one for sigma-usd.
  • Support Android and IOS mobile.
  • Support Desktop build for windows, max os X and linux
  • Wallet password to encrypt secret.
  • Dynamic DApp setup: We're working to generate a dynamic protocol to add new dApp to wallet without an update.
  • Minotaur dApp connector extension for chrome and firefox support
  • ErgoPay support
  • MultiLingual wallet support
  • Mem pool transaction support

Build wallet from source

  • First you must clone repo using this command:
git clone [email protected]:minotaur-ergo/minotaur-wallet.git
  • Then in cloned directory install dependency using commands below
cd minotaur-wallet

npm i
  • Then you must build project using command below:
npm run build;
npx cap sync
npx cap update

two last commands are synced code for android and ios. if you want to build for desktop you must enter these two commands to sync code

npx cap sync electron
npx cap sync update electron

Android

for android build you can use android studio and open android directory in project. then build it with android studio or any other tool you want.

IOS

IOS users can open ios project in code, open it in xcode and build any version they want.

Desktop systems

To build desktop version of project you must enter to electron directory and build project

npm run build
npm run electron:pack
npm run electron:make

Tip the developer

If you want to tip the developer for making this app, thanks in advance! Send your tips to 9hN2UY1ZvvWMeWRBso28vSyjrAAfGJHh2DkZpE47J7Wqr51YLAR

Testing on Testnet

You can test the testnet Android debug build on testnet or build the iOS version yourself for testnet. Generate a new wallet and send yourself some test Ergos by visiting https://testnet.ergofaucet.org/

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 1.0%
  • HTML 0.8%
  • CSS 0.7%
  • Swift 0.5%
  • Ruby 0.2%
  • Other 0.2%