Skip to content

Sid-AssetMantle/AM_Telescope

Repository files navigation

AssetMantle Telescope Integration

Setup

  1. Install cosmology/telescope & create-cosmos-app

    npm install -g @cosmology/telescope create-cosmos-app

  2. Generate the telescope boilerplate. Add author, module name, description, email, github username, etc.

    cca --boilerplate telescope

  3. Install proto templates (osmosis, cosmos, ibc, etc.). Add AssetMantle module and schema proto folders, also add the License and README file to the folder.

    telescope install

    telescope install @protobufs/osmosis

    Select all the proto templates that are needed (select using space)

  4. Transpile using yarn

    yarn codegen

  5. Complete transpilation

    telescope transpile

    proto path - ./proto

    src/codegen path - ./src/codegen

  6. Typescript code will be generated for all the protos in the codegen folder inside src.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published