/composable

Composable Finance Parachain Node

Primary LanguageRustThe UnlicenseUnlicense

Composable Node

Composable Finance

GitHub tag (latest by date) Twitter Discord Telegram Medium

Picasso is our custom built kusama parachain, based on the substrate framework.

Install

For linux, FreeBSD, OpenBSD and macOS:

rustup update
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
git clone https://github.com/composableFi/composable
cd composable/
sh scripts/init.sh
cargo build --release

or you can simply install it with this one liner:

curl https://get.composable.finance | sh

Run

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

$ ./target/release/composable --dev --tmp

Pallets

Picasso ships with multiple custom made pallets such as: Cubic Vault
Apollo

and several others you can find in the frame folder.

Read more specific information in our docs folder.