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

express example #8

Merged
merged 2 commits into from
Jul 9, 2024
Merged

express example #8

merged 2 commits into from
Jul 9, 2024

Conversation

ZYJLiu
Copy link
Contributor

@ZYJLiu ZYJLiu commented Jul 2, 2024

This example demonstrates a Solana Action built with Node.js using the Express
framework. It provides an API endpoint for transferring SOL.

Setup

Navigate to ./examples/express.

Install dependencies:

npm install

Start the application:

npm start

The server will start running on http://localhost:8080.

The endpoint for the Action is: http://localhost:8080/api/actions/transfer-sol

You can test the Action on devnet as a Blink at https://dial.to/devnet:
https://www.dial.to/devnet?action=solana-action%3Ahttp%3A%2F%2Flocalhost%3A8080%2Fapi%2Factions%2Ftransfer-sol

@nickfrosty
Copy link
Member

This is awesome and was on the todo list! Glad you were able to get to it :)
One nit: see my review comment

@ZYJLiu ZYJLiu merged commit 6a34a8d into solana-developers:main Jul 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants