4 releases

1.1.1-beta Feb 23, 2023
1.1.0-beta Feb 14, 2023
1.0.1-beta Dec 5, 2022
1.0.0-beta Nov 17, 2022
0.1.0-alpha Nov 15, 2022

#1 in #komple

Download history 26/week @ 2023-12-18 20/week @ 2023-12-25 29/week @ 2024-01-08 20/week @ 2024-01-15 22/week @ 2024-02-05 27/week @ 2024-02-12 26/week @ 2024-02-19 57/week @ 2024-02-26 23/week @ 2024-03-04 33/week @ 2024-03-11 43/week @ 2024-03-18 52/week @ 2024-03-25 156/week @ 2024-04-01

290 downloads per month
Used in 14 crates

Apache-2.0

14KB
346 lines

Komple Framework

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.

Building

Smart Contracts

Build using Intel optimizer:

./scripts/optimize -i

Build using Arm optimizer:

./scripts/optimize -a

Keep in mind that Arm optimizer should not be used for production builds.

ALWAYS use Intel optimizer for production builds.

Contract Schemas

Generate contract schemas using:

./scripts/generate-schemas

TS Codegen

First install the dependencies in scripts folder:

yarn install

Generate contract schemas with the previous command.

After generating the contract schemas, you can generate the TS code for the contracts using:

./scripts/ts-codegen

All the generated typescript files will be inside ts-types folder under project root.

License

Contents of this repository are open source under Apache-2.0.

Dependencies

~3.5–5MB
~110K SLoC