Skip to content

Instantly share code, notes, and snippets.

View nitishxyz's full-sized avatar
🎯
Focusing

nitishxyz nitishxyz

🎯
Focusing
View GitHub Profile
@nitishxyz
nitishxyz / soljar-overview-gist.md
Created March 20, 2026 12:38
Soljar — Platform Overview

Soljar — Platform Overview

Soljar is a Solana-native business finance platform. Crypto wallets, fiat banking, token swaps, invoicing, and payments — all in one product for freelancers and small businesses.


Authentication & Wallets — Privy

  • Users sign up with email only — no seed phrases, no extensions
  • Privy auto-creates an embedded Solana wallet (real EOA keypair via MPC) for each user
@nitishxyz
nitishxyz / app.js
Created January 18, 2019 06:41 — forked from scf4/app.js
react native selectively highlight input text (mentions)
import React from 'react';
import { View, Text, TextInput, StyleSheet } from 'react-native';
const styles = StyleSheet.create({
wrapper: {
width: '90%',
height: 24,
position: 'relative',
alignSelf: 'center',
},