This repository contains a set of Runtime modules for the Threefold Chain (TFChain).
Modify runtime/Cargo.toml
with:
[dependencies.pallet-tfgrid]
default-features = false
git = "https://github.com/threefoldtech/tfchain_pallets"
package = "pallet-tfgrid"
branch = "development"
Modify runtime/Cargo.toml
with:
[dependencies.pallet-smart-contract]
default-features = false
git = "https://github.com/threefoldtech/tfchain_pallets"
package = "pallet-smart-contract"
branch = "development"