Concordium is a science-based proof-of-stake blockchain, the first in the world with identification built into the protocol and designed to meet regulatory requirements.
Concordium Wallet App is a free and open-source app reference implementation for Android 8.0+ devices.
You can download the latest version on Google Play
In order to build the project you need Android Studio 4.1 or later
Check out the main branch into a fresh folder, and open the newly pulled code in Android Studio.
Following flavors can be selected:
mock Building for this flavor allows the app to use mocked data
local Building for this flavor allows the app to use a local server
staging Building for this flavor will make the app run against the staging server
prodTestNet Building for this flavor will make the app run against the TestNet server
prodMainNet Building for this flavor will make the app run against the MainNet production server
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
See the full license here