Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

XION Abstraxion Meta Account client library monorepo

NotificationsYou must be signed in to change notification settings

AbstractSDK/xion.js

 
 

Repository files navigation

This is the official xion.js repo.

What's inside?

Apps and Packages

  • demo-app: aNext.js app withTailwind CSS
  • abstraxion: account abstraction react package built for XION
  • constants: utility package for shared constants
  • signers: utility package for account abstraction classes built on top of cosmjs
  • ui: a React component library withTailwind CSS
  • eslint-config-custom:eslint configurations (includeseslint-config-next andeslint-config-prettier)
  • tsconfig:tsconfig.jsons used throughout the monorepo

Each package/app is 100%TypeScript.

Building packages/ui

This example is setup to buildpackages/ui and output the transpiled source and compiled styles todist/. This was chosen to make sharing onetailwind.config.js as easy as possible, and to ensure only the CSS that is used by the current application and its dependencies is generated.

Another option is to consumepackages/ui directly from source without building. If using this option, you will need to update yourtailwind.config.js to be aware of your package locations, so it can find all usages of thetailwindcss class names.

For example, intailwind.config.js:

content:[// app content`src/**/*.{js,ts,jsx,tsx}`,// include packages if not transpiling"../../packages/**/*.{js,ts,jsx,tsx}",],

Utilities Used

This Turborepo has some additional tools already setup for you:

About

XION Abstraxion Meta Account client library monorepo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript98.1%
  • JavaScript1.4%
  • CSS0.5%

[8]ページ先頭

©2009-2025 Movatter.jp