Documentation
kryptonia Cryptocurrency Wallet App
Thank you so much for purchasing our item from Codecanyon.
- Version: 1.0
- Author: E Zee Matrix
- Created: 12 November, 2021
- Update: 12 November, 2021
If you have any questions that are beyond the scope of this help file, Please feel free to chat us via Whatsapp.
Installation
Follow the Instruction Below to Install and Setup Flutter and Dart for your machine
If you don’t have flutter installed already on your computer, we recommend you visit the official flutter website to learn how to for your preferred computer or watch this video How to Install and Setup Flutter for App Development on Windows - Part 1
Requirements
This App was built with the following configurations, and when tested on flutter version 2.5.0 some packages where incompatible.
- Flutter 2.5.0 • channel stable
- Dart SDK version: 2.14.0 (stable)
- PHP Version 7.3+
- PDO Enabled
If you have issues with razorpay for iOS, downgrade to version 2.3
Set-Up
Documentation and images on how to get files on your server and set up.
Server File Upload
- Unzip the received file.
- Upload the server_files.zip folder to your web host
- Extract server_files.zip on your webhost
- When you open server_files in your local machine, install php mailer via composer, use code
composer require phpmailer/phpmailer
Cron Job
Cron Job is used for getting daily price alerts.
- Go to Cron Jobs in your web host
- Set Type to PHP
- Point to the price-alert.php file in your server as the command to run
- Set Duration to once per day or Cron Option (0 0 * * *)
- Save
See below image for more inforamtion.
MySQL Import
- Go to Databases
- Create new or use existing
- Enter PHP my admin
- Click Import
- Browse your computer
- Choose file database.sql
- Go
See below image for more inforamtion.
MySQL Set Up
Set up to connect Flutter app to database
- Go to server_file folder
- Open config.php
- Under // DB
- Put your database name, username and password
- db_server should be set as localhost, unless otherwise
Mail Set Up
Necessary to send confirmation, reset mail and email otps.
- Go to your webhost control panel
- Find email configuration
- Get your Host email Configurations
- Create a new custom email address, taking note of the email and password
- Then, Go to server_file folder
- Open config.php
- Under // Email
- Enter your host email configurations and your email username and password
See below image for more inforamtion.
Customization
Documentation on how change app name, launcher icon, splash screen and reskin etc.
Change App Name
-
Android
- Open dart_file
- Open android/app/src/main/AndroidManifest.xml file
- Find android:label under application tag
- Rename Kryptonia to your app name
-
iOS
- Open dart_file
- Open ios/Runner/Info.plist file
- Find CFBundleName Key
- Rename Kryptonia to your app name
-
Dart
- Open dart_file
- Open lib/pages/app_main.dart file
- Find title under MaterialApp
- Rename Kryptonia to your app name
See below images for more inforamtion.
Change Launcher icon
- Open dart_file
- Add your launcher icon to assets/icon folder
- Go to pubspec.yaml file
- Change logo_bg.png in
image_path:"assets/icon/logo_bg.png"
to your icon name - in the terminal run
flutter pub run flutter_launcher_icons:main
See below image for more inforamtion.
Re-Skin App
- Open dart_file
- Open lib/helpers/colors.dart file
- Change primarySwatch to your desired color
- Change scaffoldBackgroundColor to your desired color
- Change accentColor to your desired color
See below image for more inforamtion.
Splash Screen
Get your splash screen designs ready, if you don't have a design you can contact us for one.
-
Android
- Open dart_file
- Open android/app/src/main/res folder
- Loop through drawable to mipmap-xxxhdpi
- Replace screen.png with your desired image for each sizes
-
iOS
- Open dart_file
- Open ios/Runner/Assets.xcassets/LaunchImage.imageset folder
- Replace LaunchImage.png, LaunchImage@2x.png, LaunchImage@3x.png, with your desired images
Set Web Links
Configure Your Web and Social links here.
- Open dart_file
- Open lib/helpers/app_config.dart file
- Edit URLS and Socials to suit your need.
See below image for more inforamtion.
Confirmation / Reset Page
You can use or edit the Confirmation and Reset Password pages provided, or use yours entirely.
- Inside the server_file
- Confirmation Page is the email-verification.php file
- Reset Password page is the reset-password.php file
Email Template
You can use or edit the Custom Email Templates provided, or use yours entirely.
- Inside the server_file
- Confirmation Email Template is the confirm-mail.php file
- Email OTP Template is the email-otp-mail.php file
- Reset Password Email Template is the reset-mail.php file
Firebase
Setting up components is very easy. Here is the Some of shortcodes describe. also, kryptonia is based on Bootstrap 4, so you can easily use Bootstrap's components: Bootstrap Documentation
Set Up
-
Android
Follow the steps 1-3 from the link Add Firebase to your Flutter app | Android to add firebase to your android app.
-
iOS
Follow the steps 1-3 from the link Add Firebase to your Flutter app | iOS to add firebase to your iOS app.
Notification
-
Android
Nothing to do
-
iOS
Follow the link FCM via APNs Integration
-
Server Key
- Go to Firebase Console
- Click Settings Icon Next to project settings
- Click Cloud Messaging
- Copy Server key
- Go to server_files folder
- Open config.php
- Under// Google Cloud Message
- Paste the Copied server key in
$server_key
See below image for more inforamtion.
SDK, API, Configurations
This Section of the Documentation directs on how to set up the SDKs, and APIs used in the development of Kryptonia App, plus some Dart and PHP configuration for the App to Server connection.
Rename .env_sample to .env, in the dart_files folder
Infura
- Visit the Infura link
- Create a new account or Sign in to existing
- Enter Dashboard
- Create a new Project
- Set Product to Ethereum and Give it a name
- Inside the project, you Copy thr Project ID
- Open .env_sample file
- Under
// Infura
- Paste the Project ID
See below image for more inforamtion.
Etherscan/Bscscan
-
ETH
- Visit the Ethereum explorer link
- Create a new account or Sign in to existing
- Enter Dashboard
- Go to API Keys
- Add
- Give it a name
- Copy the Api Key
- Open .env_sample file
- Under
// ETH_APi
- Paste the API key
-
BSC
- Visit the Binance explorer link
- Follow same Process as ETH
- Paste key Under
// BSC_API
See below images for more inforamtion.
Finnhub
- Visit the FinnHub link
- Create a new account or Sign in to existing
- Enter Dashboard
- Copy API Key
- Open .env_sample file
- Under
// FinnHub
- Paste API key
See below image for more inforamtion.
IPGeolocation
- Visit the Ip Geolocation link
- Create a new account or Sign in to existing
- Enter Dashboard
- Copy API Key
- Open .env_sample file
- Under
// Ip Geolocation
- Paste API key
See below image for more inforamtion.
Now Payment
- Visit the Now Payments link
- Create a new account or Sign in to existing
- Enter Dashboard
- Go to Store Settings
- Copy API Key
- Add your wallets to Outcome wallet
- Set Base Currency
- Set your commission for each transaction under Payment settings->Payment markup
- Now go to Coin settings and confirm all the coins you trade are enabled
- Then, Open .env_sample file
- Under
// Now Payments
- Paste API key
See below images for more inforamtion.
Paystack
- Visit the Paystack link
- Create a new account or Sign in to existing
- Enter Dashboard
- Ensure you are on live mode
- Go to settings page
- Api keys & Webhooks
- Copy your live public and secret Keys
- Open .env_sample file
- Under
// Paystack
- Paste the keys
See below image for more inforamtion.
Braintree
- Visit the Braintree link
- Create a new account or Sign in to existing
- Enter Dashboard
- Copy Merchant ID
- Open .env_sample file
- Under
// Braintree
- Paste Merchant ID for both apple and android
- Go Back to the Dashboard
- Click the settings Icon next to your name
- Then API
- Generate new Tokenization key
- Copy the Tokenization Key
- Open .env_sample file
- Under
// Braintree
- Paste the Tokenization Key
See below images for more inforamtion.
Razorpay
- Visit the Razorpay link
- Create a new account or Sign in to existing
- Enter Dashboard
- Activate Account
- Enable live mode
- Go to settings page
- API Keys
- Create new
- Copy API Key Id
- Open .env_sample file
- Under
// Razorpay
- Paste API key
See below images for more inforamtion.
Stealth-Ex
- Visit the Stealth-Ex link
- Create a new account or Sign in to existing via the partner profile
- Enter Dashboard
- Scroll down to API Keys
- Add New
- Copy API Key
- Open .env_sample file
- Under
// Stealth-Ex
- Paste API key
See below images for more inforamtion.
Sentry
- Visit the Sentry link
- Create a new account or Sign in to existing
- Enter Dashboard
- Go to settings page
- Set up the general settings
- Go to teams
- Create a Team
- Then Projects Tab
- Create Project
- Flutter
- Alert me on every issue
- Give Project name, link to a team and Create
- Copy the value of options.dsn
- Open .env_sample file
- Under
// Sentry
- Paste DSN key
To locate the Client DSN in the Dashboard, go to Settings->Projects->Select a Project -> Under SDK Set Up Tab, find Client Keys (DSN)
See below images for more inforamtion.
Twilio
- Visit the Twilio link
- Create a new account or Sign in to existing
- Enter Console
- Click Account dropdown next to billing
- Select General Settings Under Manage Account
- Copy Account SID
- Scroll Down to Auth Tokens
- Under Live credentials
- Unhide Primary token and copy too
- Open .env_sample file
- Under
// Twilio
- Paste Account Sid and Auth Token
- Now Go back to console home
- Under Develop, Explore Proudcts
- Account Security
- Verify
- Under Services, create New
- Give it a name, code length to 6, and save
- Copy Service Sid
- Open .env_sample file
- Under
// Twilio
- Paste Service Sid
See below images for more inforamtion.
Dart Config
-
Endpoint
- Open .env_sample file
- Under
// Backend Endpoint
- Set Endpoint Url to your web url where the server_files are hosted
- Set endpoint username and password to the details in your config.php file
-
Bank
- Open .env_sample file
- Under
// Bank
- Set App bank name, number and sort code, for bank payment
-
General Config
- Open app_config.dart file
- Under
// Bank
- Set Up web and social links
See below image for more inforamtion.
PHP Config
- Open config_sample.php file
- Under
// Auth
- Set auth username and password to the details in your .env file
- Go to
// Your Configuration here
- Set your configuration
See below image for more inforamtion.
FAQ
Let us help you answer some quick questions.
Source & Credits
Images:
- abstract PNG Designed By praying from PNG Tree
- Security illustrations by Storyset
- Communication illustrations by Storyset
- Social media illustrations by Storyset
- Money illustrations by Storyset
- Online illustrations by Storyset
- Internet illustrations by Storyset
- abstract PNG Designed By praying from PNG Tree
- People illustrations by Storyset
- Data illustrations by Storyset
- Abstract png from pngtree.com/
-
Icons made by Pixel perfect from www.flaticon.com
-
Icons made by Good Ware from www.flaticon.com
- Work illustrations by Storyset
- Mobile illustrations by Storyset
- Business illustrations by Storyset
- Key 2 icon by Icons8
-
Icons made by Freepik from www.flaticon.com
Support
If this documentation doesn't answer your questions, Please send us an Email via Item Support Page or WhatsApp
We are located in Belgium, and we answer all questions within 12-24 hours in weekdays. In some rare cases the waiting time can be to 48 hours. (except holiday seasons which might take longer).
Don’t forget to Rate this Application
Go to your CodeCanyon Profile > Downloads Tab > & then You can Rate & Review for our Application.
Thank You.
More Applications
Follow us on Themeforest to get notified when we drop another big hit.
Changelog
See what's new: added, changed, fixed, improved or updated in the latest versions.
For Future Updates Follow Us @themeforest
Version 1.0 (12 November, 2021)
Initial Release