ArkProjectNFTs / ark-project

ArkProject is a liquidity layer for digital assets, uniting markets, empowering creators, and bridging the gap to mass adoption. Built on top of Starknet, ArkProject is designed to provide a fully decentralized and trustless orderbook on-chain.
https://arkproject.dev
Apache License 2.0
25 stars 10 forks source link

Publish npm Package for Core SDK & React SDK #246

Closed kwiss closed 5 months ago

kwiss commented 7 months ago

Is this feature related to a problem? Please describe.

We currently lack a publicly available npm package for our core SDK and React SDK. We need it for developers to integrate our SDKs into their projects efficiently.

Describe the solution you'd like

I would like to see our core SDK and React SDK published as npm packages.

Additional Context

We need to ensure that the SDKs are properly modularized and do not have unnecessary dependencies before publishing. It's also important to set up a system for regular updates and maintenance of these npm packages. We should consider potential rabbit holes like handling breaking changes or major updates in React that could affect our SDKs.