avalanche-smart-contract-quickstart icon indicating copy to clipboard operation
avalanche-smart-contract-quickstart copied to clipboard

The easiest way to build smart contracts on Avalanche.

Results 23 avalanche-smart-contract-quickstart issues
Sort by recently updated
recently updated
newest added

Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.3.0 to 4.7.3. Release notes Sourced from @​openzeppelin/contracts's releases. v4.7.3 :warning: This is a patch for a high severity issue. For more information visit the security advisory....

dependencies

I tried to follow your manual https://docs.avax.network/dapps/smart-contracts/using-hardhat-with-the-avalanche-c-chain this part works fine: ``` yarn accounts --network local yarn balances --network local ``` and got stuck with: ``` yarn fund-cchain-addresses --network local...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [simple-get](https://github.com/feross/simple-get) from 2.8.1 to 2.8.2. Commits 4e156b6 2.8.2 43c272d Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. Commits bfe5fe2 2.2.6 1a89b66 added caret range to whatwg-fetch. 695a888 removed and disabled package-lock.json. eac6c00 Update away from vulnerable version of node-fetch (#135) See...

dependencies

update Hardhat Config and scripts to reflect accurate data when using repo with Avalanche Network Runner Reference https://docs.avax.network/dapps/smart-contracts/using-hardhat-with-the-avalanche-c-chain

This PR adds wagmi configuration to the `hardhat.config.ts` and updates the hardhat version to the latest. The benefit of bumping hardhat to the latest is that newer versions of hardhat...

When trying to run through the tutorial I get this error when trying to run `fund-cchain-addresses` ```Error: problem parsing address 'X-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u': expected hrp "custom" but got "local"```

## Issue: Attempting to use mainnet hard fork of hardhat produces the error in title. ## Reproduction: 1. Set hardhat.config.ts `FORK_MAINNET` to `true` 2. Run a script using `hardhat run...