We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I propose we name our npm packages using this pattern:
@intuition/protocol - on-chain interactions (abi, bytecode) @intuition/api - backend interactions @intuition/sdk - high level logic that combines both on-chain and off-chain @intuition/react - react hooks for the sdk @intuition/ui-react - react ui components @intuition/ui-react-native - react native ui components
@intuition/protocol
@intuition/api
@intuition/sdk
@intuition/react
@intuition/ui-react
@intuition/ui-react-native
We probably need to rename this:
intuition-ts/project.json
Line 2 in 3a0e01a
because it leads to this:
intuition-ts/packages/core/package.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I propose we name our npm packages using this pattern:
@intuition/protocol
- on-chain interactions (abi, bytecode)@intuition/api
- backend interactions@intuition/sdk
- high level logic that combines both on-chain and off-chain@intuition/react
- react hooks for the sdk@intuition/ui-react
- react ui components@intuition/ui-react-native
- react native ui componentsWe probably need to rename this:
intuition-ts/project.json
Line 2 in 3a0e01a
because it leads to this:
intuition-ts/packages/core/package.json
Line 2 in 3a0e01a
The text was updated successfully, but these errors were encountered: