All Projects → JoinSEEDS → seeds_light_wallet

JoinSEEDS / seeds_light_wallet

Licence: MIT License
www.joinseeds.earth/

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to seeds light wallet

alcor-ui
Alcor Exchange | First self-listing onchain DEX for eosio tokens;
Stars: ✭ 103 (+243.33%)
Mutual labels:  eos, telos
EOSTracker-API
EOS Tracker API is a PHP Backend based on Symfony3 that connects to a SQL database.
Stars: ✭ 64 (+113.33%)
Mutual labels:  eos
sputnik-dao-contract
Smart contracts for https://app.astrodao.com
Stars: ✭ 81 (+170%)
Mutual labels:  dao
DAOcreator
dApp for creating and interacting with DAOs
Stars: ✭ 34 (+13.33%)
Mutual labels:  dao
EOSWallet
🔐EOS Wallet: Manage your EOS accounts with steroids :)
Stars: ✭ 36 (+20%)
Mutual labels:  eos
EOS-Navigator
一些EOS工具和链接 (A collection of EOS tools and links)
Stars: ✭ 13 (-56.67%)
Mutual labels:  eos
daoos
A group of tools for anyone to be able to create their own decentralised organisation on Bitcoin. 🟩
Stars: ✭ 28 (-6.67%)
Mutual labels:  dao
developerdao.com
A community of builders who believe in collective ownership of the internet
Stars: ✭ 381 (+1170%)
Mutual labels:  dao
django-scatter-auth
Django Scatter Auth for EOS blockchain
Stars: ✭ 16 (-46.67%)
Mutual labels:  eos
cleos-zsh-completion
⚡ ZSH Completion for Cleos
Stars: ✭ 16 (-46.67%)
Mutual labels:  eos
governance
🏢 Frontend for governance of the Decentraland DAO
Stars: ✭ 30 (+0%)
Mutual labels:  dao
eosfilestore
📜🔗 Immutable, censorship resistant, cheap, file storage on EOS blockchain
Stars: ✭ 45 (+50%)
Mutual labels:  eos
EOSBank
EOS Bank (CPU rent contract)
Stars: ✭ 45 (+50%)
Mutual labels:  eos
crypto-books
Best of Crypto Books - A collection of books, white papers & more about crypto and blockchains.
Stars: ✭ 40 (+33.33%)
Mutual labels:  dao
ipfs-eos-demo
Demo saving text and images to ipfs and storing the hash on the EOS blockchain
Stars: ✭ 42 (+40%)
Mutual labels:  eos
doctrine-active-record
Object-oriented CRUD (create, read, update, delete) for Doctrine DBAL
Stars: ✭ 25 (-16.67%)
Mutual labels:  dao
SmartDev-Scaffold
应用开发脚手架,可基于智能合约文件,一键生成区块链应用的代码
Stars: ✭ 22 (-26.67%)
Mutual labels:  dao
DAO-IPCI
Decentralized autonomous organization «The Integral Platform for Climate Initiatives». DApp, smart contracts and blockchain technology-based ledger for carbon units and carbon units’ operations data.
Stars: ✭ 31 (+3.33%)
Mutual labels:  dao
Community-Governance
The IOTA community creates a governance structure for the community treasury.
Stars: ✭ 36 (+20%)
Mutual labels:  dao
every-eos
Decentralized exchange based on eos.io
Stars: ✭ 20 (-33.33%)
Mutual labels:  eos

seeds_light_wallet

Actions Status

Codemagic build status

Opensource Wallet & Explorer by joinseeds.com

A payment platform and financial ecosystem to empower humanity and heal our planet

Getting Started

git clone https://github.com/7flash/flutter_seeds_wallet.git
cd flutter_seeds_wallet
flutter pub get
flutter run --no-sound-null-safety lib/main.dart

Sound null safety is off

Run with --no-sound-null-safety flags as there are some external libraries that are not null safe

Dev configuration

Use the projects git hooks

git config core.hooksPath .githooks/

Build

Build for Android

Create an app bundle and upload to Google Play

flutter build appbundle --no-sound-null-safety lib/main.dart

Build for iOS

For iOS App store release, we build with XCode - but before running the XCode build, we need to run the flutter build for iOS.

1 - Build for iOS flutter flutter build ios --no-sound-null-safety lib/main.dart

2 - Build with XCode for App store distrubution as usual

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].