WARNING: THIS FRAMEWORK IS IN BETA STAGE AND STILL IN DEVELOPMENT. IF YOU WANT TO USE IT IN PRODUCTION APPLICATIONS, USE WITH YOUR OWN RISK.
More info about Komple Framework can be found in our documentation.
Komple Framework is a smart contract framework that provides the tools for creating NFT based applications using CosmWasm.
Build using Intel optimizer:
./scripts/optimize -iBuild using Arm optimizer:
./scripts/optimize -aKeep in mind that Arm optimizer should not be used for production builds.
ALWAYS use Intel optimizer for production builds.
Generate contract schemas using:
./scripts/generate-schemasFirst install the dependencies in scripts folder:
yarn installGenerate contract schemas with the previous command.
After generating the contract schemas, you can generate the TS code for the contracts using:
./scripts/ts-codegenAll the generated typescript files will be inside ts-types folder under project root.
Contents of this repository are open source under Apache-2.0.