Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1008 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 1008 Bytes

Ajuna Pallets

Ajuna Network Banner

Build codecov

This repository contains the different FRAME pallets used in the Ajuna/Bajun ecosystem.

Managing Dependencies

We use psvm to manage substrate/polkadot dependencies.

# Install or update psvm. The available polkadot versions are hardcoded in the 
# psvm release. Hence, we need to update it regularly.
cargo install --git https://github.com/paritytech/psvm psvm

# Example: update to polkadot version 1.9.0
psvm -v "1.9.0"