Skip to content
View nixjs's full-sized avatar
:octocat:
Thanks for visiting
:octocat:
Thanks for visiting
Block or Report

Block or report nixjs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nixjs/README.md

Image info

Omega Wallet - Aptos, SUI, Ethereum

A secure blockchain wallet that supports: APTOS, SUI, Ethereum, DApp, DeFi, and acts as your portal to the Web3 world.

Omega Wallet is a browser extension wallet for multi blockchains. It enables you to access multi blockchains directly from your favorite browser.

Omega Wallet allows you to:

  • Support multi blockchains.
  • Easily send, receive and view the transaction records any time.
  • Create multiple wallet accounts with a single mnemonic.
  • Send and view NFTs. Display all explores and Dapps integrated.

Link download:

https://chrome.google.com/webstore/detail/omega-wallet-aptos-sui-et/mobgoaaconpcicgajnpclkelkmjigiak

Learn more at: https://www.omega-wallet.app/ , https://www.omega-wallet.xyz/

Are you a developer? Learn how to integrate Omega Wallet into your dApp here: https://www.omega-wallet.app/docs/integrating/detecting-the-provider, https://www.omega-wallet.xyz/docs/integrating/detecting-the-provider

Library

Libraries you may need, they will help you a lot for your projects.

If you want to build or develop any product related to website or dapps, you can contact me:

Packages:

Types

Typings for web.

Repo: https://github.com/nixjs/grpc-client-toolkit

Package npm
Source @nixjs23n6/types

Objectify

A tiny object utility.

Repo: https://github.com/nixjs/objectify

Package npm
Source @nixjs23n6/objectify

gRPC client toolkit

gRPC Client is the port of gRPC-Web library. For making gRPC requests from a browser.

Repo: https://github.com/nixjs/grpc-client-toolkit

Package Description npm
Source-Core Core for gRPC Web Client. @nixjs23n6/grpc-core
Source-React A react context which helps you to deal with gRPC web. @nixjs23n6/grpc-react

Backoff

A small library which handles decaying constant/linear/exponential backOff.

Repo: https://github.com/nixjs/backoff-typescript

Package npm
Source @nixjs23n6/backoff-typescript

Web storage

A minimalistic Typescript plugin for web storage.

Repo: https://github.com/nixjs/web-storage

Package npm
Source @nixjs23n6/web-storage

Axios client wrapper

A small wrapper for integrating Axios to Typescript.

Repo: https://github.com/nixjs/axios-client

Package npm
Source @nixjs23n6/axios-client

Error message

A simple component to control the error message.

Repo: https://github.com/nixjs/error-message

Package npm
Source @nixjs23n6/error-message

QRcode react

A React component to generate QRCode.

Repo: https://github.com/nixjs/qrcode-react

Package npm
Source @nixjs23n6/qrcode-react

Countdown react

A customizable countdown component for React.

Repo: https://github.com/nixjs/ts-countdown-react

Package npm
Source @nixjs23n6/ts-countdown-react

Facebook login

A Component React for Facebook Login

Repo: https://github.com/nixjs/facebook-login

Package npm
Source @nixjs23n6/facebook-login

Telegram login

A Component React for Telegram Login

Repo: https://github.com/nixjs/telegram-login

Package npm
Source @nixjs23n6/telegram-login

Apple login nextjs

Apple signin for React using the official Apple JS SDK and Nextjs.

Repo: https://github.com/nixjs/next-apple-login

Package npm
Source @nixjs23n6/next-apple-login

Base UI

A React Component library with completely unstyled, fully accessible UI components.

Repo: https://github.com/nixjs/base-ui

Package Description npm
Core Core for baseUI. @nixjs23n6/baseui-core
Calendar Calendar. @nixjs23n6/baseui-calendar
Button Buttons allow users to perform actions and choose with a single tap. @nixjs23n6/baseui-button
Countdown A customizable countdown component for React. @nixjs23n6/baseui-countdown
Grid Grid system css: Container, Row, Col. @nixjs23n6/baseui-grid
Input Input. @nixjs23n6/baseui-input
Modal Modal dialogs. @nixjs23n6/baseui-modal
Pagination A set of presentational components for building pagination UI. @nixjs23n6/baseui-pagination
Spinner Spinner. @nixjs23n6/baseui-spinner
Tab Tabs make it easy to switch between different views. @nixjs23n6/baseui-tab
Spinner Spinner. @nixjs23n6/baseui-spinner
Tooltip A simple text popup tip. @nixjs23n6/baseui-tooltip
Hook Hooks. @nixjs23n6/baseui-hook

Pinned

  1. axios-client axios-client Public

    A small wrapper for integrating Axios to Typescript

    TypeScript 4 1

  2. next-apple-login next-apple-login Public

    Apple signin for React using the official Apple JS SDK and Nextjs

    TypeScript 1

  3. grpc-client-toolkit grpc-client-toolkit Public

    gRPC Client is the port of gRPC-Web library. For making gRPC requests from a browser.

    SCSS 4

  4. base-ui base-ui Public

    A React Component library with completely unstyled, fully accessible UI components.

    TypeScript

  5. Generate color by name Generate color by name
    1
    export function getColor(name: string): string {
    2
        const firstAlphabet = name.charAt(0).toLowerCase()
    3
    
                  
    4
        // get the ASCII code of the character
    5
        const asciiCode = firstAlphabet.charCodeAt(0)
  6. qrcode-react qrcode-react Public

    A React component to generate QRCode.

    TypeScript 1