ts-codegen
Contract SDK generator
Converts CosmWasm smart contracts into TypeScript classes to facilitate interaction with the contracts
Convert your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
116 stars
4 watching
28 forks
Language: TypeScript
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
srdtrk/go-codegen | Generates Go code for CosmWasm smart contracts | 26 |
abstractsdk/templates | Provides a starting point for building composable smart-contracts on the Abstract platform | 10 |
oraichain/cosmwasm-tools | A toolset for optimizing and building cosmowasm contracts in TypeScript | 12 |
cosmwasm/cw-template | A template to create smart contracts in Rust for the Cosmos SDK | 288 |
cosmology-tech/cosmwasm-vm-js | Runs CosmWasm smart contracts in Node.js and web browsers using WebAssembly | 46 |
cosmwasm/cosmwasm | A set of tools and libraries for building smart contracts in Rust for the Cosmos SDK. | 1,073 |
cosmwasm/cw-plus | Provides reusable contract specifications and sample implementations for building fungible tokens and other domains on the CosmWasm platform. | 511 |
cosmwasm/cw-storage-plus | Provides storage abstractions for CosmWasm smart contracts | 37 |
consensys/solc-typed-ast | A tool for compiling and manipulating Solidity smart contract source code | 127 |
stefh/nethereum-codegenerator | Generates C# interfaces and classes from Solidity smart contracts | 6 |
cdklabs/jsii-srcmak | Generates source code in multiple languages from TypeScript | 20 |
thomasaribart/json-schema-to-ts | Tool to automatically generate TypeScript types from JSON schema definitions. | 1,480 |
cosmwasm/wasmvm | A Go library wrapper around the CosmWasm VM for compiling and executing smart contracts. | 175 |
cosmwasm/cw-tokens | Provides a collection of examples and contract implementations around the CW20 Fungible Token standard for CosmWasm. | 85 |
warp-contracts/warp-wasm-templates | Provides pre-built templates and tools for developing and deploying smart contracts in various programming languages on the SmartWeave Protocol | 41 |