Primary competition visual

ITU Digital Financial Services Blockchain Secure Authentication Application Challenge

Helping Albania, Algeria
and 188 other countries
  • Albania
  • Algeria
  • Andorra
  • Angola
  • Antigua and Barbuda
  • Argentina
  • Armenia
  • Australia
  • Austria
  • Azerbaijan
  • Bahamas
  • Bahrain
  • Bangladesh
  • Belarus
  • Belgium
  • Belize
  • Benin
  • Bhutan
  • Bolivia (Plurinational State of)
  • Bosnia and Herzegovina
  • Botswana
  • Brazil
  • Brunei Darussalam
  • Bulgaria
  • Burkina Faso
  • Burundi
  • Cabo Verde
  • Cambodia
  • Cameroon
  • Canada
  • Central African Republic
  • Chad
  • Chile
  • China
  • Colombia
  • Comoros
  • Congo (Republic of the)
  • Congo (Democratic Republic of the)
  • Costa Rica
  • Côte d'Ivoire
  • Croatia
  • Cuba
  • Cyprus
  • Czechia
  • Korea (Democratic People's Republic of)
  • Denmark
  • Djibouti
  • Dominica
  • Dominican Republic
  • Ecuador
  • Egypt
  • El Salvador
  • Equatorial Guinea
  • Eritrea
  • Estonia
  • Eswatini
  • Ethiopia
  • Fiji
  • Finland
  • France
  • Gabon
  • Gambia
  • Georgia
  • Germany
  • Ghana
  • Greece
  • Grenada
  • Guatemala
  • Guinea
  • Guyana
  • Guinea-Bissau
  • Haiti
  • Honduras
  • Hungary
  • Iceland
  • Indonesia
  • India
  • Iran (Islamic Republic of)
  • Iraq
  • Ireland
  • Israel
  • Italy
  • Jamaica
  • Japan
  • Jordan
  • Kazakhstan
  • Kenya
  • Kiribati
  • Korea (Republic of)
  • Kuwait
  • Kyrgyzstan
  • Lao People's Democratic Republic
  • Latvia
  • Lebanon
  • Lesotho
  • Liberia
  • Libya
  • Liechtenstein
  • Lithuania
  • Luxembourg
  • Madagascar
  • Malawi
  • Malaysia
  • Maldives
  • Mali
  • Malta
  • Marshall Islands
  • Mauritania
  • Mauritius
  • Mexico
  • Micronesia (Federated States of)
  • Moldova (Republic of)
  • Monaco
  • Mongolia
  • Montenegro
  • Morocco
  • Mozambique
  • Namibia
  • Nauru
  • Nepal
  • Netherlands
  • New Zealand
  • Nicaragua
  • Niger
  • Nigeria
  • North Macedonia
  • Norway
  • Oman
  • Pakistan
  • Panama
  • Papua New Guinea
  • Paraguay
  • Peru
  • Philippines
  • Poland
  • Portugal
  • Qatar
  • Romania
  • Russian Federation
  • Rwanda
  • Saint Kitts and Nevis
  • Saint Lucia
  • Saint Vincent and the Grenadines
  • Samoa
  • San Marino
  • Sao Tome and Principe
  • Saudi Arabia
  • Senegal
  • Serbia
  • Seychelles
  • Sierra Leone
  • Singapore
  • Slovakia
  • Slovenia
  • Solomon Islands
  • Somalia
  • South Africa
  • South Sudan
  • Spain
  • Sri Lanka
  • Sudan
  • Suriname
  • Sweden
  • Switzerland
  • Syrian Arab Republic
  • Tajikistan
  • Tanzania
  • United Republic of
  • Thailand
  • Timor-Leste
  • Togo
  • Tonga
  • Trinidad and Tobago
  • Tunisia
  • Turkmenistan
  • Tuvalu
  • Türkiye
  • Uganda
  • Ukraine
  • United Arab Emirates
  • United Kingdom of Great Britain and Northern Ireland
  • United States of America
  • Uruguay
  • Uzbekistan
  • Vanuatu
  • Venezuela (Bolivarian Republic of)
  • Viet Nam
  • Yemen
  • Zambia
  • Zimbabwe
  • Scroll to see more
$10 000 USD
Completed (over 1 year ago)
Blockchain
185 joined
32 active
Starti
May 02, 24
Enrolments closei
May 08, 24
Closei
Aug 26, 24
Reveali
Oct 15, 24
User avatar
AdeptSchneider22
Kenyatta University
Server Provision Access
Help · 25 May 2024, 11:37 · 4

I got access to the server but it is a page that allows me to either start, stop, or restart nginx or tomcat servers. Is it possible for one to SSH and setup or we don't need that? We just need the DB Host, Password, etc to be able to store our data there. But how will we configure our backend server to handle the CRUD operation between the mobile or web apps with the SQL database where the information is stored?

Discussion 4 answers
User avatar
AdeptSchneider22
Kenyatta University

Also, are we supposed to develop the BSA authenticator separately from the Digital Wallet Application?

25 May 2024, 13:23
Upvotes 0
User avatar
ariffolan

Hi AdeptSchneider22!

No. You will need to integrate the BSA Mobile SDK with your own Digital Wallet Application, so the DWA will also act as your BSA Authenticator.

Thanks!

Olan

User avatar
ariffolan

Hi AdeptSchneider22! Olan here from FNSValue, thanks for reaching out.

1. Is it possible for one to SSH and setup or we don't need that?

No, we do not provide SSH for the server, but we do provide filezilla access for you to deploy the your user_api.war (make sure to name your war file same like the above).

2. How will we configure our backend server to handle the CRUD operation between the mobile or web apps with the SQL database where the information is stored?

You may access your DB using MYSQL workbench and import your DB scheme. Important note: BSA DB access is not provided to participants. If you want to do the CRUD operation, you may create and use your API call between your own DB and the apps.

If you require user information during registration (userkey, email, phone number and name) please update these in your DB.

Hope this answers your questions!

Olan

28 May 2024, 08:24
Upvotes 0
User avatar
AdeptSchneider22
Kenyatta University

Noted with thanks. I really appreciate it Olan