Skip to content

elvismircan/composable

 
 

Repository files navigation

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.

About

Composable Finance Parachain Node

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 91.7%
  • TypeScript 6.7%
  • Shell 0.8%
  • JavaScript 0.5%
  • Makefile 0.1%
  • Nix 0.1%
  • Dockerfile 0.1%