项目作者: impactMarket

项目描述 :
Solidity smart-contracts for impact market app.
高级语言: TypeScript
项目地址: git://github.com/impactMarket/smart-contracts.git
创建时间: 2020-03-26T11:24:09Z
项目社区:https://github.com/impactMarket/smart-contracts

开源协议:Apache License 2.0

下载




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.

  1. 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

  1. {
  2. impactMarket: '0x23611bDA8C4a048c22139b4a444f3E329E2046b4',
  3. communityFactory: '0x3B7e1ccEd164394Cb80DAe2A7C00b6cE77CEfF4D'
  4. }

ImpactMarket on Celo Mainnet

  1. {
  2. impactMarket: '0xe55C3eb4a04F93c3302A5d8058348157561BF5ca',
  3. communityFactory: '0xF3ba2c917b01627fb90673Aae0E170EE767Af8b6'
  4. }

License

Apache-2.0