Skip to content

boundlessfi/contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boundless Platform Smart Contracts

A unified suite of Soroban smart contracts for the Boundless ecosystem, supporting bounties, grants, hackathons, and crowdfunding with integrated reputation and governance.

Project Structure

  • Shared Infrastructure: Core contracts providing escrow, reputation tracking, project registry, payment routing, and voting logic.
  • Module Registries: Specific implementations for different work modules (Bounties, Grants, Hackathons, Crowdfunding) that utilize the shared infrastructure.

Getting Started

Prerequisites

Development

Build Contracts

To build all contracts in the workspace:

stellar contract build

Build Optimized

To build optimized WASM for deployment:

stellar contract build --optimize

Run Tests

To run the full test suite:

cargo test

Deployed Contracts (Testnet)

Public contract IDs for the latest Testnet deployment can be found in deployed_contracts_testnet.txt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published