Javascript SDK of WoopChain protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdk/scripts/packagesTs.ts

13 lines
187 B

const packages = [
7 months ago
'woop-utils',
'woop-crypto',
'woop-account',
'woop-network',
'woop-transaction',
'woop-staking',
'woop-contract',
'woop-core',
];
export { packages };