Skip to content

add asm transfer example#527

Open
Perelyn-sama wants to merge 6 commits intomainfrom
asm/transfer
Open

add asm transfer example#527
Perelyn-sama wants to merge 6 commits intomainfrom
asm/transfer

Conversation

@Perelyn-sama
Copy link
Collaborator

@dev-jodee dev-jodee self-requested a review March 24, 2026 12:44
import { start } from "solana-bankrun";

describe("transfer-sol", async () => {
console.log("transfer-sol");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you implement the ts tests as well

# This script is for quick building & deploying of the program.
# It also serves as a reference for the commands used for building & deploying Solana programs.
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same issues as other repo, non existing path


.equ INSTRUCTION_DATA_LEN, 0x7938
.equ INSTRUCTION_DATA, 0x7940
.equ PROGRAM_ID, 0x7940
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused const

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