Skip to content

Commit

Permalink
docs: update markdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
dannweeeee committed Feb 23, 2025
1 parent 6f5bffd commit ededc82
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@

### Release Notes

- fix: updated swap component to use updated interface
- fix: updated swap component to use updated interface

## [1.2.5] - 2025-02-23

### Release Notes

- feat: added Jupiter Terminal components
- `<ModalTerminal />`
- `<IntegratedTerminal />`
- `<WidgetTerminal />`
- refactor: removed hooks exports and utils exports
- refactor: removed uneccessary interfaces from
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Jupiverse Kit

🌟 Thank you for your interest in contributing to Jupiverse Kit! Your contributions help make building Solana dApps easier for everyone.
🌟 Thank you for your interest in contributing to Jupiverse Kit! Your contributions will help make building dApps on Solana easier for everyone.

This document outlines guidelines for contributing to Jupiverse Kit. These are meant to be helpful suggestions rather than strict rules - use your best judgment and feel free to propose changes to these guidelines.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The purpose of `jupiverse-kit` is to simplify and unify Jupiter's powerful open-
- 🏄🏻‍♂️ **Jupiverse Kit Provider** - Wrap your application in the `<JupiverseKitProvider />` to fully leverage the power of Solana, along with Jupiter’s APIs and packages.
- 👛 **Unified Wallet Kit** - Access every wallet on Solana all in one place with the `<UnifiedWalletButton />`.
- 🦍 **Swap Component** - A fully customisable plug-and-play `<Swap />` component leveraging Jupiter's V1 APIs.
- 🦋 **Terminal** - Lightweight Jupiter Terminal swap components with multiple display modes, consisting of `<IntegratedTerminal />`, `<WidgetTerminal />`, and `<ModalTerminal />`.
- 🦋 **Terminal Components** - Lightweight Jupiter Terminal swap components with multiple display modes, consisting of `<IntegratedTerminal />`, `<WidgetTerminal />`, and `<ModalTerminal />`.

## Installation

Expand All @@ -35,7 +35,7 @@ import "jupiverse-kit/dist/styles.css";

## Usage

Refer to the [web](https://github.com/dannweeeee/jupiverse-kit/tree/main/web) example to get started. *Documentation for Jupiverse Kit coming soon.*
Refer to the [web](https://github.com/dannweeeee/jupiverse-kit/tree/main/web) example to get started. _Documentation for Jupiverse Kit coming soon._

## Requirements

Expand Down

0 comments on commit ededc82

Please sign in to comment.