locklift

Node JS framework for working with Everscale and Venom contracts. Inspired by Truffle and Hardhat. Helps you build, test, run and maintain your smart contracts.

APACHE-2.0 License

Downloads
604
Stars
52
Committers
9

Bot releases are visible (Hide)

locklift - Locklift 2.1 Latest Release

Published by 30mb1 over 2 years ago

Breaking Changes

  • Locklift now uses everscale-inpage-provider as a core for interacting with blockchain
  • Full refactoring of code and migration to TS
  • Autocomplete and type hints in IDE due to schemes generated from contract ABIs
  • Better control over execution flow of contracts
  • Tracing module and console.log lib for debugging contracts
  • Faster compilation
  • Automatic compiler and linker loading
  • Support of custom givers for deploying to main/test networks. You can use ever wallet as a giver for deploying your contracts
  • Win and Mac platforms are supported now

Note

  • 1.x.x versions are no longer maintained
  • Its a major update, locklift v2.x.x are not back compatible with older versions