Skip to content
New issue

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

feat: init ts-gen project #1124

Closed
wants to merge 1 commit into from
Closed

feat: init ts-gen project #1124

wants to merge 1 commit into from

Conversation

hugocaillard
Copy link
Collaborator

Contributing

Run the example:

cd ./examples/counter
npm ci
npm run dev

The npm ci command should run the prepare phase of the clarity-sdk components and build it

Working on the TypeScript SDK:

cd components/clarinet-sdk/
npm run build-ts-watch

And re-run npm run dev in the ./examples/counter project

The build-ts-watch command will only build the TS code (not the Rust code), which is good for fast feedback loop on the TS code

Run npm run build-wasm if the Rust code has been updated

@hugocaillard hugocaillard force-pushed the feat/clarity-sdk branch 2 times, most recently from d29cbbb to a4a584c Compare August 11, 2023 12:39
Base automatically changed from feat/clarity-sdk to develop August 11, 2023 16:04
@hugocaillard
Copy link
Collaborator Author

Closing for now but keeping the branch. Let's revisit later.

@hugocaillard hugocaillard deleted the feat/ts-gen branch March 13, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant