icp-eth-starter icon indicating copy to clipboard operation
icp-eth-starter copied to clipboard

An advanced starter project for interacting with Ethereum on the Internet Computer (Beta)

Results 5 icp-eth-starter issues
Sort by recently updated
recently updated
newest added

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1. Changelog Sourced from tar's changelog. Changelog 6.2 Add support for brotli compression 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 6.1.12...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) to 1.6.8 and updates ancestor dependency [alchemy-sdk](https://github.com/alchemyplatform/alchemy-sdk-js). These dependencies need to be updated together. Updates `axios` from 0.26.1 to 1.6.8 Release notes Sourced from axios's releases. Release v1.6.8...

dependencies
javascript

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. Release notes Sourced from es5-ext's releases. 0.10.64 (2024-02-27) Bug Fixes Revert update to postinstall script meant to fix Powershell issue, as it's a regression...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependency [alchemy-sdk](https://github.com/alchemyplatform/alchemy-sdk-js). These dependencies need to be updated together. Updates `axios` from 0.26.1 to 1.6.7 Release notes Sourced from axios's releases. Release v1.6.7...

dependencies
javascript

This PR simplifies the starter project by removing the Rust canister in favor of using [Canpack](https://github.com/rvanasa/canpack#readme) and the [icp-eth](https://crates.io/crates/icp-eth) Rust crate. Depends on #74 (moved other codebase changes into a...