Picasso is our custom built kusama parachain, based on the substrate framework.
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
After you have compiled the node, you can simply run it with:
$ ./target/release/composable --dev --tmp
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.