All Projects → greymass → Anchor

greymass / Anchor

Licence: mit
EOSIO Desktop Wallet and Authenticator

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Anchor

EOSWallet
🔐EOS Wallet: Manage your EOS accounts with steroids :)
Stars: ✭ 36 (-90.55%)
Mutual labels:  wallet, eos, eosio
Tiny.scatter
Scatter compatible eos injection library
Stars: ✭ 31 (-91.86%)
Mutual labels:  wallet, eos, eosio
wallet-eos
wallet-eos EOS钱包 助记词 私钥 转账
Stars: ✭ 28 (-92.65%)
Mutual labels:  wallet, eos
eos-jvm
EOS libraries for the JVM, designed primarily for Android development.
Stars: ✭ 38 (-90.03%)
Mutual labels:  eos, eosio
Scatter-Demos
A set of integration demos using eosjs and Scatter
Stars: ✭ 80 (-79%)
Mutual labels:  eos, eosio
EosProxyServer
A full-functional backend server of EOS wallet.
Stars: ✭ 36 (-90.55%)
Mutual labels:  wallet, eos
eosdart
EOS API Client in Dart Language
Stars: ✭ 33 (-91.34%)
Mutual labels:  eos, eosio
eosreach-android
An EOS wallet developed in Kotlin using the eos-jvm SDK and the model view intent (MVI) design pattern. This wallet serves as a blueprint for how other developers might want to utilise eos-jvm to develop native Android apps that consume the EOS blockchain.
Stars: ✭ 37 (-90.29%)
Mutual labels:  eos, eosio
eosdart ecc
Elliptic curve cryptography functions in Dart. Private Key, Public Key, Signature, AES, Encryption, Decryption
Stars: ✭ 25 (-93.44%)
Mutual labels:  eos, eosio
twitbot
🦉Just a simple twitter bot for tipping in EOS
Stars: ✭ 18 (-95.28%)
Mutual labels:  eos, eosio
EOSBank
EOS Bank (CPU rent contract)
Stars: ✭ 45 (-88.19%)
Mutual labels:  eos, eosio
django-scatter-auth
Django Scatter Auth for EOS blockchain
Stars: ✭ 16 (-95.8%)
Mutual labels:  eos, eosio
geos
golang implementation of the EOS protocol
Stars: ✭ 67 (-82.41%)
Mutual labels:  eos, eosio
ping-eos
Implementing ping between EOS / React.js
Stars: ✭ 86 (-77.43%)
Mutual labels:  eos, eosio
EOS-Proxy-Token
Proxy token to allow mitigating EOSIO Ram exploit
Stars: ✭ 22 (-94.23%)
Mutual labels:  eos, eosio
alcor-ui
Alcor Exchange | First self-listing onchain DEX for eosio tokens;
Stars: ✭ 103 (-72.97%)
Mutual labels:  eos, eosio
eosportal-api
🗳EOSPortal Community Voting
Stars: ✭ 16 (-95.8%)
Mutual labels:  eos, eosio
luckydog
luckydog(锦鲤) 一个幸运小游戏
Stars: ✭ 14 (-96.33%)
Mutual labels:  eos, eosio
eosgo-client
A simple Go wrapper of EOS (eosio) RPC API, and more!
Stars: ✭ 29 (-92.39%)
Mutual labels:  eos, eosio
every-eos
Decentralized exchange based on eos.io
Stars: ✭ 20 (-94.75%)
Mutual labels:  eos, eosio

version issues license downloads

Anchor Logo

Anchor - A feature rich, open-source, EOSIO Wallet

Anchor Screenshot 1

Features

Some of the notable features of Anchor include, but are not limited to:

  • A user interface that supports common EOSIO functions (token transfers, resource management, governance, etc).
  • Direct integration with Greymass Fuel, which provides limited free CPU/NET resources to every account on compatible networks.
  • Support for nearly every EOSIO-based blockchain (EOS, Telos, WAX, etc), with new networks added as they launch.
  • Locally encrypted key storage using AES-256 - your private keys never leave the wallet.
  • Optional integration with Ledger Hardware Wallets for additional key security.
  • Rich integration with external applications any EOSIO-based blockchain using the EOSIO Signing Request protocol.

A dedicated Anchor website will be released in the future with a more detailed breakdown of everything that Anchor offers. To experience it all yourself today, download and give it a try.

Download Anchor

We urge all users to only download Anchor from one of these two locations:

When downloading from either location, check the URL bar of your browser to ensure you are in the correct place and not visiting a phishing link.

Current Release

The most recent (v1.1.12) release can downloaded using these links:

The latest release will always be available on the releases page of this repository:

https://github.com/greymass/anchor/releases

To determine which file you need, if you are a...

  • MacOS User: Download the DMG (anchor-wallet-***.dmg) file. Open it, and drag the Anchor icon into your Applications folder.
  • Windows User: Download the EXE (anchor-wallet-***.exe) file. Open it, and perform run the installation process.
  • Linux User: Download either the AppImage (anchor-wallet-***-_amd64.AppImage) or DEB (anchor-wallet-***-_amd64.deb) file

Signatures

All releases on Github will have shasum256 hashes signed by jesta on keybase. If these signatures do not match, it is possible you have obtained a release not published by the Greymass team.

Build it yourself

If you'd rather build the application yourself, please ensure you have nodejs/npm/yarn already installed locally.

Note: If you are configuring this Electron application within a Windows development environment, it will involve additional steps.

git clone https://github.com/greymass/anchor.git anchor
cd anchor
nvm use v13
yarn --frozen-lockfile
cd app
yarn --frozen-lockfile
cd ..

Then, depending on what OS you use, either:

  • MacOS: npm run package-mac
  • Linux: npm run package-linux
  • Windows: npm run package-win

You currently must build the binary for the desired operating system on that operating system. Windows builds must be built on Windows, macOS on macOS, etc.

After the build completes, the files will be located in the releases folder within the project folder.

Running in development mode

git clone https://github.com/greymass/anchor.git anchor
cd anchor
nvm use v13
yarn --frozen-lockfile
cd app
yarn --frozen-lockfile
cd ..
npm run dev

Credits

The development of this application is being led by members of the Greymass team.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].