This project will be transformed into a fully open-source project with focus on using Stellar Smart Wallet and a new version of the Solana smart contract. This will be compatible with ledger hardware wallet.
- First integration of the "user-friendly and compliant" smart contract on solana (https://github.com/Nynko/solana_iteration3). There will be another version of the smart contract focused on good account abstraction.
- The account abstraction part is partially implemented on stellar in this work : https://github.com/Nynko/StellarSecuredSmartWallet and could be added to this wallet.
- Anoncreds V1 without revocations has been added with solana as a vdr : https://github.com/Nynko/solana-anoncreds-v1
- Kong is used as an API gateway to keep the API key safe
- For the external entity securing the funds the backend (for multisignature) is here : https://github.com/Nynko/backend_signatures
- For the issuer entity, the backend is here : https://github.com/Nynko/solana_anoncreds-backend_id
Everything is deployed using docker images and a docker compose file.
Overall, still WIP, not fully clean, not always DRY. But functional !
Figma Design by Heloise Suat.
This is a new React Native project, bootstrapped using @react-native-community/cli
.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
First, you will need to start Metro, the JavaScript bundler that ships with React Native.
To start Metro, run the following command from the root of your React Native project:
# using npm
npm start
# OR using Yarn
yarn start
Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:
# using npm
npm run android
# OR using Yarn
yarn android
# using npm
npm run ios
# OR using Yarn
yarn ios
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.
- React Native Website - learn more about React Native.
- Getting Started - an overview of React Native and how setup your environment.
- Learn the Basics - a guided tour of the React Native basics.
- Blog - read the latest official React Native Blog posts.
@facebook/react-native
- the Open Source; GitHub repository for React Native.