@escrin/evm

1.0.0-rc.5 • Public • Published

Escrin - Solidity Library

       

This is the source code for the @escrin/evm Solidity library.

You can get started by installing forge (Foundry) and running forge install.

Once the dependencies have been installed, this is just like any other Foundry project, meaning that you can do things like

  • forge compile [--watch] - builds the contracts
  • forge test - tests the contracts

The Makefile also offers conveniences such as

  • make lint - checks contracts for formatting issues
  • make format - applies consistent formatting to contracts
  • make test - runs tests

Publishing

To publish this library, bump the version in package.json, push that change to main, and then run pnpm publish.

Readme

Keywords

none

Package Sidebar

Install

npm i @escrin/evm

Weekly Downloads

3

Version

1.0.0-rc.5

License

MIT OR Apache-2.0

Unpacked Size

139 kB

Total Files

27

Last publish

Collaborators

  • nhynes