-
I added the following to to my truffle config:
```
var fs = require("fs")
var PrivateKeyProvider = require("truffle-privatekey-provider")
var pk = fs.readFileSync("./rinkeby", "utf8")
modu…
sbc64 updated
6 years ago
-
I was running into this issue: https://github.com/MetaMask/metamask-extension/issues/1999
I fixed it with this janky hack: https://github.com/aragon/aragon-cli/pull/155/commits/e2509c221ede7596b2f9…
-
```
$ aragon --version
Error: This directory is not an Aragon project
[ redacted full error message]
4.1.2
```
It should just print `4.1.2` without the error.
izqui updated
6 years ago
-
### Request type:
_News_
### Description of the requested content
https://blog.space.coop/pilot-experiment-of-the-space-decentral-collaboration-process-8d2b9bfe4aa2
### Additional information
…
-
# Aragon Nest Proposal: A Bank Built on Protocols
## Abstract
Banks are not inherently bad things. They have facilitated and funded enormous amounts of innovation. The problem is that they are all…
-
When running aragon init I get following error:
```
⠸ Clone template
✔ Clone template
✔ Preparing template
✖ Install package dependencies
→ Failed to install dependencies. See above outp…
-
# Editor: Compile Issue 06 of Aragon Monthly
This issue is for a community contributor to compile the whole issue of Aragon Monthly Issue 06 that encompasses the content from June of 2018 in MarkDo…
-
This is something that is in our development plan, and we should slowly start brainstorming and collecting resources about tools to make it possible. I found this today https://github.com/orbitdb/orbi…
-
```
> aragon run
✔ Start a local Ethereum network
✔ Check IPFS
✔ Create DAO
✔ Initializing DAO permissions
❯ Publish APM package
✔ Deploy contract
↓ Automatically bump version [sk…
-
# Aragon Nest Proposal: Plasma: Scalable Autonomous Smart Contracts tool
## Abstract
Plasma is a proposed framework for incentivized and enforced execution of smart
contracts which is scalable to…