- Notifications
You must be signed in to change notification settings - Fork0
XION Abstraxion Meta Account client library monorepo
AbstractSDK/xion.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is the official xion.js repo.
demo-app: aNext.js app withTailwind CSSabstraxion: account abstraction react package built for XIONconstants: utility package for shared constantssigners: utility package for account abstraction classes built on top of cosmjsui: a React component library withTailwind CSSeslint-config-custom:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)tsconfig:tsconfig.jsons used throughout the monorepo
Each package/app is 100%TypeScript.
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}",],
This Turborepo has some additional tools already setup for you:
- Tailwind CSS for styles
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
About
XION Abstraxion Meta Account client library monorepo
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- TypeScript98.1%
- JavaScript1.4%
- CSS0.5%