feat: add solana-blinks-axum template#312
feat: add solana-blinks-axum template#3120xsouravm wants to merge 2 commits intosolana-foundation:mainfrom
Conversation
|
This pull request has been automatically marked as stale because it has not had any activity for 7 days. It will be closed in 7 days if no further activity occurs. If you believe this PR is still relevant, please add a comment or push new commits to keep it open. Thank you for your contributions! |
|
@cxalem can you check this one. Looks interesting! |
| @@ -0,0 +1,3 @@ | |||
| RPC_URL=https://api.mainnet-beta.solana.com | |||
There was a problem hiding this comment.
The frontend is pointing to devnet but this defaults to mainnet! Would be cleaner to default to devnet here too so everything matches out of the box!
|
Hey @0xsouravm, thanks for putting this together! Looks solid overall, I'll sync with the team today and get back to you soon! |
|
Hey @cxalem ! Any updates on this? |
|
Hey @cxalem! Just a quick follow-up. |
|
This pull request has been automatically marked as stale because it has not had any activity for 7 days. It will be closed in 7 days if no further activity occurs. If you believe this PR is still relevant, please add a comment or push new commits to keep it open. Thank you for your contributions! |
Solana Blinks (Axum) Community Template
This PR adds a new community template for building Solana Actions/Blinks using Rust with the Axum web framework and a Next.js testing frontend.
What's included
Jupiter/Raydium
Files added
Files updated
Installation:
npx create-solana-dapp my-project --template solana-blinks-axumThe setup instructions guide users through starting the Rust backend and the Next.js frontend in separate terminals.