Skip to content

Commit

Permalink
Update outdated Run instructions (#440)
Browse files Browse the repository at this point in the history
Since Composable is now a parachain, you need to run a full relaychain in addition to running Composable. I've updated the main README.md to reflect this.
  • Loading branch information
cor committed Jan 3, 2022
1 parent b46e402 commit 9de048d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ curl https://get.composable.finance | sh


## Run
After you have compiled the node, you can simply run it with:

```sh
$ ./target/release/composable --dev --tmp
```
Since Composable is now a parachain, you need to run a full relaychain in addition to running Composable.
In order to do so, install [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable) and use the [polkadot-launch](scripts/polkadot-launch) script.



### Pallets
## Pallets
Picasso ships with multiple custom made pallets such as:
[Cubic Vault](frame/vault/README.md)
[Apollo](frame/oracle/README.md)
Expand Down

0 comments on commit 9de048d

Please sign in to comment.