Skip to content
Open
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
12 changes: 7 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: metadaoproject/setup-solana@v1.0
with:
# Install Solana CLI (beta, required to fix 'ahash' issue)
solana-cli-version: "1.18.5"

- name: Setup Node.js version
- name: Install Solana CLI
run: sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.5/install)"

- name: Add Solana bin to PATH
run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH

- name: Setup Node.js version
uses: actions/setup-node@v4
with:
node-version: 21.x
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ and/or node.js, made by the Solana Foundation's
[Unboxed Software](https://beunboxed.com/), and [StarAtlas](https://staratlas.com/).

> [!IMPORTANT]
> `@solana-developers/helpers` is for Solana web3.js version 1. The updated version of this package
> which is compatible with Solana web3.js version 2 is called `gill`. Learn more here:
> `@solana-developers/helpers` is for Solana web3.js version 1, which is now deprecated. web3.js
> version 2 is now known as [**Solana Kit**](https://solanakit.com)
>
> - npm registry - https://www.npmjs.com/package/gill
> - source repository - https://github.com/solana-foundation/gill
> The updated version of `@solana-developers/helpers` for Solana Kit is
> [Kite](https://solanakite.org).
>
> Alternative high-level tools for Solana Kit include [Framework Kit](https://www.framework-kit.com/) and
> [Gill](https://www.gillsdk.com/).

## What can I do with this module?

Expand Down