Skip to content

Commit

Permalink
Bump v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sembrestels committed Nov 6, 2020
1 parent 9180a28 commit 5bd5fec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions app/public/meta/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified app/public/meta/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5bd5fec

Please sign in to comment.