Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

impactMarket/smart-contracts-alpha-version

Repository files navigation

A decentralized impact-driven 2-sided marketplace to provide financial services to charities and vulnerable beneficiaries in need or living in extreme poverty.

Coverage Status

Welcome to the smart-contracts fraction of the impactMarket codebase.

Installation

Use the package manager yarn to install dependencies.

yarn

Usage

To deploy in a local network, start ganache with yarn localnet.

Deploy with npx truffle deploy --network development.

Audit

Further information at audits/README.md.

ImpactMarket on Alfajores Testnet

{
  impactMarket: '0x23611bDA8C4a048c22139b4a444f3E329E2046b4',
  communityFactory: '0x3B7e1ccEd164394Cb80DAe2A7C00b6cE77CEfF4D'
}

ImpactMarket on Celo Mainnet

{
  impactMarket: '0xe55C3eb4a04F93c3302A5d8058348157561BF5ca',
  communityFactory: '0xF3ba2c917b01627fb90673Aae0E170EE767Af8b6'
}

Useful tools and links

License

Apache-2.0