Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final Submission for CeloSend Team #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
202 changes: 202 additions & 0 deletions CELOSEND/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
# Xcode
!**/*.xcodeproj
!**/*.pbxproj
!**/*.xcworkspacedata
!**/*.xcsettings
!**/*.xcscheme
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
**/.xcode.env.local

# Gradle
/build/
/packages/react-native-gradle-plugin/build/
/packages/rn-tester/build
/packages/rn-tester/android/app/.cxx/
/packages/rn-tester/android/app/build/
/packages/rn-tester/android/app/gradle/
/packages/rn-tester/android/app/gradlew
/packages/rn-tester/android/app/gradlew.bat
/ReactAndroid/build/
/ReactAndroid/.cxx/
/ReactAndroid/gradle/
/ReactAndroid/gradlew
/ReactAndroid/gradlew.bat
/ReactAndroid/external-artifacts/build/
/ReactAndroid/external-artifacts/artifacts/
/ReactAndroid/hermes-engine/build/
/ReactAndroid/hermes-engine/.cxx/
/template/android/app/build/
/template/android/build/

# Buck
.buckd
buck-out
/.lsp.buckd
/.lsp-buck-out
/ReactAndroid/src/main/jni/prebuilt/lib/
/ReactAndroid/src/main/gen

# Android Studio
.project
.settings
.classpath

# Watchman
.watchmanconfig

# Android
.idea
.gradle
local.properties
*.iml
/android/

# Node
node_modules
*.log
.nvm
package-lock.json

# OS X
.DS_Store

# Test generated files
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
*.js.meta

/coverage
/third-party

# Root dir shouldn't have Xcode project
/*.xcodeproj

# ReactCommon subdir shouldn't have Xcode project
/ReactCommon/**/*.xcodeproj

# Libs that shouldn't have Xcode project
/Libraries/FBLazyVector/**/*.xcodeproj
/Libraries/RCTRequired/**/*.xcodeproj
/React/CoreModules/**/*.xcodeproj
/React/FBReactNativeSpec/**/*.xcodeproj
/packages/react-native-codegen/**/*.xcodeproj

# Ruby Gems (Bundler)
/vendor
/template/vendor

# iOS / CocoaPods
/template/ios/build/
/template/ios/Pods/
/template/ios/Podfile.lock
/packages/rn-tester/Gemfile.lock

# Ignore RNTester specific Pods, but keep the __offline_mirrors__ here.
/packages/rn-tester/Pods/*
!/packages/rn-tester/Pods/__offline_mirrors_hermes__
!/packages/rn-tester/Pods/__offline_mirrors_jsc__

# react-native-codegen
/React/FBReactNativeSpec/FBReactNativeSpec
/packages/react-native-codegen/lib
/packages/react-native-codegen/tmp/
/ReactCommon/react/renderer/components/rncore/
/packages/rn-tester/NativeModuleExample/ScreenshotManagerSpec*


# Additional SDKs
/sdks/download
/sdks/hermes
/sdks/hermesc
/sdks/hermes-engine/build_host_hermesc

# Visual studio
.vscode
.vs

# Android memory profiler files
*.hprof

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
ios/.xcode.env.local

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
**/fastlane/test_output

# Bundle artifact
*.jsbundle

# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

aws-configuration.js
env.js
43 changes: 43 additions & 0 deletions CELOSEND/GETTINGSTARTED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Getting started guide

To start using our wallet is as simple as installing the APK and following the steps below.

- Open the app and press the create new wallet button.

<img src="https://i.ibb.co/0ftqy5w/Screenshot-1667566308.png" width="32%">

- Set up a security pin, this will be used to sign all transactions.

<img src="https://i.ibb.co/hf3R5Sv/Screenshot-1667566312.png" width="32%">

- The pin is four digits.

<img src="https://i.ibb.co/yp1Qrh8/Screenshot-1667566317.png" width="32%">

- Press the create button to start the wallet creation process.

<img src="https://i.ibb.co/bPnv4hK/Screenshot-1667566322.png" width="32%">

- Once the wallet is created, its mnemonic will appear on the screen, do not forget to write it down on a piece of paper and do it in private, since this phrase will be the only way to recover your wallet, the CeloSend team will not be able to help you recover this account if you lose the mnemonic.

<img src="https://i.ibb.co/NSHVqjF/Screenshot-1667566324.png" width="32%">

- Once this is done, you will have two options, if you only want to use our crypto wallet, you can proceed without filling out the KYC, which you can fill out later if you want to use our FIAT services.

<img src="https://i.ibb.co/vJXYmCX/Screenshot-1667566334.png" width="32%">

- Once this process is finished, every time you access the wallet, it will ask for your PIN.

<img src="https://i.ibb.co/tx4q9L5/Screenshot-1667566704.png" width="32%">

- If you did everything correctly, you will be able to use our wallet without any problem.

<img src="https://i.ibb.co/GWvQDFV/Screenshot-1667566715.png" width="32%">

- In turn you can make your first crypto deposit by going to the crypto tab and pressing the deposit button.

<img src="https://i.ibb.co/GV5n5p8/vlcsnap-2022-11-04-13h10m36s298.png" width="32%">

- By pressing this button you will be able to see the QR and the address to deposit in your account, this qr is compatible with all CELO wallets on the market such as Valora, remember that all transactions will be on Mainnet.

<img src="https://i.ibb.co/cvYFyhT/Screenshot-1667567646.png" width="32%">
Loading