Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update outdated Run instructions #440

Merged
merged 1 commit into from
Jan 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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