Skip to content
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