clarigen
Contract client generator
Automatically generates TypeScript-friendly clients for interacting with Clarity smart contracts
Clarigen is a developer tool for writing Typescript code that interacts with Clarity smart contracts
31 stars
3 watching
6 forks
Language: TypeScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
surgicalcoder/apiclientgenerator | Automates generation of strongly typed HTTP client classes from APIs. | 20 |
ablestack/graphql-codegen-hasura | Automates the generation of strongly typed client code for a GraphQL backend using type-safe wrappers and caching mechanisms. | 154 |
stefh/nethereum-codegenerator | Generates C# interfaces and classes from Solidity smart contracts | 6 |
openzeppelin/contracts-wizard | Generates smart contract code from pre-defined components | 251 |
cosmwasm/ts-codegen | Converts CosmWasm smart contracts into TypeScript classes to facilitate interaction with the contracts | 116 |
clarity-lang/book | A comprehensive guide to creating safe and secure smart contracts using Clarity language | 72 |
paulrberg/hardhat-template | Develops Solidity smart contracts using Hardhat and TypeChain | 1,971 |
jalalx/httpclientcodegenerator | A tool that generates boilerplate HttpClient code using Roslyn's source generator feature. | 45 |
remorses/genql | Automates the process of generating client code for GraphQL APIs | 890 |
smithy-lang/smithy-typescript | Generates TypeScript clients and servers from Smithy models | 240 |
srdtrk/go-codegen | Generates Go code for CosmWasm smart contracts | 26 |
piglovesyou/graphql-let | A tool that automates the generation of TypeScript code from GraphQL queries | 454 |
graphql-editor/graphql-zeus | A tool that generates strongly typed clients and types from GraphQL schemas to improve developer productivity and safety | 1,946 |
melchy/ridge | A source generator that creates strongly typed HTTP clients for integration tests. | 50 |
okwme/dapp-scratch | A CLI tool that generates JavaScript modules from Solidity contracts for interacting with decentralized applications. | 41 |