diff --git a/README.md b/README.md index 0a14b7d..7d4401d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 1Hive's Transactions app allows users to create a vote with multiple token mintings or token transfers. -#### 🐲 Project Stage: Mainnet +#### 🐲 Project Stage: Mainnet and xDAI The Transactions app has been published to `open.aragonpm.eth` on Mainnet, Rinkeby, and xDAI networks. If you are interested in contributing please see our [open issues](https://github.com/1hive/transactions-app). @@ -44,9 +44,16 @@ yarn start ## How to deploy to an organization -Transactions app are published to APM on Mainnet and Rinkeby at `transactions.open.aragonpm.eth` +Transactions app are published to APM on Mainnet, Rinkeby, and xDAI at `transactions.open.aragonpm.eth`. You can use the [1Hive installer](https://installer.1hive.org/) to install it on a DAO. -To deploy to an Aragon DAO you can use the [Aragon CLI](https://hack.aragon.org/docs/cli-intro.html), and follow these steps. +Alternatively, to install the app on an Aragon DAO you can use the Aragon Client embedded console. You can enable it in Global Preferences > Help and feedback. + +In the console, you can install the application with the following command: +``` +install/transactions.open/()/DUMMY_ROLE:0x0000000000000000000000000000000000000001:0x0000000000000000000000000000000000000001 +``` + +Yet, if you are nostalgic, you can install the app using the [Aragon CLI](https://hack.aragon.org/docs/cli-intro.html) following these steps. ``` # setup your environment diff --git a/app/public/meta/details.md b/app/public/meta/details.md index 15cfbba..3a9887d 100644 --- a/app/public/meta/details.md +++ b/app/public/meta/details.md @@ -3,3 +3,4 @@ Create a vote with multiple token mintings or token transfers. **Features** - Supports token mintings in Token Manager apps and token transfers in Finance apps. - Supports copying and pasting from a spreadsheet. +- Supports Aragon custom labels in the addresses fields \ No newline at end of file diff --git a/app/public/meta/screenshot-1.png b/app/public/meta/screenshot-1.png index b7f8176..d52b3f9 100644 Binary files a/app/public/meta/screenshot-1.png and b/app/public/meta/screenshot-1.png differ diff --git a/package.json b/package.json index 8632474..993fe85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transactions", - "version": "1.0.0", + "version": "2.0.0", "description": "Create a vote with multiple token mintings or token transfers", "dependencies": { "@aragon/minime": "^1.0.0",