moonbeam-foundation / xcm-sdk

The Moonbeam XCM SDK enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the multilocation of the origin or destination assets or which extrinsics are used on which networks to
https://moonbeam-foundation.github.io/xcm-sdk/latest/
MIT License
14 stars 9 forks source link

Turborepo #41

Closed ekenigs closed 1 year ago

ekenigs commented 1 year ago

Description

After Transact implementation we started to have 4 packages. We should use proper tools to manage this monorepo. For that, I have added Turborepo This will be the first step. After we need to update pipelines to publish packages properly.

What changed:

docs PR: https://github.com/PureStake/moonbeam-docs/pull/465

Checklist