Skip to content

build(membership_token): implement valid contract entry point#1287

Open
mijinummi wants to merge 1 commit into
DistinctCodes:mainfrom
mijinummi:feature/membership-token-deployment-1123
Open

build(membership_token): implement valid contract entry point#1287
mijinummi wants to merge 1 commit into
DistinctCodes:mainfrom
mijinummi:feature/membership-token-deployment-1123

Conversation

@mijinummi

Copy link
Copy Markdown
Contributor

Description

This PR addresses Issue #1123 [GF-CONTRACT-03], replacing the placeholder text file inside the bin/ directory with a valid Soroban smart contract entry point and correcting the build configuration manifest.

Key Modifications

  • Valid WASM Entry Point: Swapped the text file src/bin/membership-token.rs with #![no_std] compliant entry macros linking directly to MembershipTokenContract.
  • Crate-Type Standardization: Adjusted Cargo.toml targets to support cdylib and defined explicit mapping paths for both [lib] and [[bin]] segments.
  • On-Chain Optimization Pipeline: Verified successful building against the wasm32-unknown-unknown toolchain target, supporting down-stream structural payload optimization via the Stellar CLI.

Closes #1123

@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

@mijinummi is attempting to deploy a commit to the naijabuz's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@mijinummi Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

[GF-CONTRACT-03] Fix and compile membership token contract deployment binary

1 participant