Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 971 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 971 Bytes

Aragon Presale app

Bootstraps an Aragon Black Fundraising app: https://github.com/AragonBlack/fundraising

Notice: This repository is frozen!

It has been ported to act as an Aragon Black Fundraising app module, and submitted as a PR that is currently being discussed: AragonBlack/fundraising#52

Development

To compile and run the Presale app and its tests with a Fundraising app:

npm i
npm run link-ablack-apps
npm run ganache-cli:dev
npm run compile:dev
npm run test:dev

Aragon Black apps linkage

There is a rather rudimentary linkage to the Aragon Black apps in this project, since these are not yet published in NPM.

In package.json, the fundraising code is fetched as a dependency:

    "@ablack/fundraising": "AragonBlack/fundraising#bg-updates",

And the script ./scripts/link-ablack-apps.sh simply creates a bunch of symlinks that simulate the published packages from the fundraising repository code.