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

fix: add docs urls to README #104

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ You can pass custom fetch options when initializing the context:
</SprinterContext>
```

## Docs
For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/react-sdk/).

## Contributing

Contributions are welcome! Feel free to open issues or submit pull requests for new features or bug fixes.
3 changes: 3 additions & 0 deletions packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ import { setBaseUrl } from '@chainsafe/sprinter-sdk';
setBaseUrl("https://api.sprinter.buildwithsygma.com");
```

## Docs
For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/sdk/).

## API Documentation

For more detailed documentation on how to use the SDK, please visit the [API documentation](https://docs.sprinter.buildwithsygma.com/docs/sdk/overview).
Loading