Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ckb-js-std package (nervosnetwork#38)
This PR introduces a TypeScript/JavaScript package designed to simplify the process of writing on-chain scripts. The package, named ckb-js-std, includes the following features: - TypeScript definitions for bound functions, such as loadScript and loadWitness. - High-level APIs written in TypeScript. - Bundling tools for packaging scripts. - A demo showcasing usage. - Comprehensive documentation using TypeDoc.
- Loading branch information