1.0.2 • Published 2 years ago

@locklessfi/core-typechain v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

lkl-contracts-typechain

Typechain codegen for generating Typescript classes and types for lkl-contracts

Install

Run

npm i --save-dev @lkl/core-typechain

Development

Run

npm ci

This will run the build process constructing dist/ in the postinstall phase

Make changes or add new contracts in the src/localContracts directory then run the build command:

npm run build

This will produce new files in dist/ that can be checked in.

Here, take this!

Since this repo is not an npm package, it can be helpful to include this simple script to upgrade your project to the latest commit:

  "scripts": {
    "update-lkl-contracts-typechain": "npm install git+https://github.com/LocklessFinance/lkl-contracts-typechain.git"
  },

Publishing elf-contracts-typechain

To release and publish the new token list:

First create a new version commit using npm:

npm version major|minor|patch # this will create a git commit

Then push up the changes to Github:

git push
git push --tags

Then in GH:

  1. Go to tags
  2. Click the ellipses to the far right of the new tag and click "Create release"
  3. On the new release, click "Auto-generate release notes" (edit the description if needed)
  4. Click "Publish release"
  5. Check the Actions tab to monitor the build and publish progress.
1.0.2

2 years ago

1.0.1

2 years ago