feat: deploy crowdfund vault project registry pricing adapter contributor registry testnet#832
Merged
Conversation
…utor registry testnet
…dfund-vault-project-registry-pricing-adapter-contributor-registry-testnet
…itialize configurations (Pulsefy#748) - Deploy compiled WASM workspace artifact to Stellar testnet. - Initialize contract with platform bootstrapper address and '1-of-1' multi-sig threshold. - Record canonical contract ID, network context, WASM hash, and administrative signers matrix. - Document deployment specs, ledger explorer links, and API surfaces in 'README.md' for frontend/backend integration.
|
@oreoluwa648 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! 🚀 |
…tem initialization (Pulsefy#750) - Build and compile crowdfund_vault.wasm from the onchain workspace core. - Deploy smart contract to Stellar testnet and verify structural instance keys. - Invoke the explicit system initialize parameter to map the primary admin address, reset structural counters, and extend data TTL. - Document the resulting contract ID, network context, WASM hash, and deployment block explorers for team handoff requirements.
…figurations (Pulsefy#750) - Build and deploy project_registry.wasm contract instance to Stellar testnet. - Initialize registry instance configuration in Flat weight mode with a quorum threshold of 100. - Handle option string parameters as standard JSON null variables inside the Soroban CLI invoke command execution. - Provide comprehensive directory README details containing deployment transaction hashes, ledger metrics, and interface types.
Cedarich
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds deployment artifacts and documentation for four core Soroban contracts to the Stellar testnet:
contributor_registrypricing_adapterproject_registrycrowdfund_vaultEach contract was built from the
apps/onchainworkspace, deployed using the Soroban CLI, and initialized (where applicable) with the correct parameters. All contract IDs, WASM hashes, admin addresses, and initialization parameters have been recorded in the canonical testnet handoff location for downstream consumption by backend, frontend, and mobile apps.No secrets or private keys are committed.
Linked Issue
Closes #748
Closes #749
Closes #750
Closes #751
Type of Change
Validation
Manual verification included:
cargo build --target wasm32-unknown-unknown --releaseinitializeforpricing_adapterwith correct admin addressDocumentation
Documentation updates include:
Checklist
feat/,fix/, ordocs/Closes #748
Closes #749
Closes #750
Closes #751