avalanche-smart-contract-quickstart
avalanche-smart-contract-quickstart copied to clipboard
The easiest way to build smart contracts on Avalanche.
Both the README here and the HardHat documentation on the [Avalanche Docs](https://docs.avax.network/build/tutorials/smart-contracts/using-hardhat-with-the-avalanche-c-chain/#write-contracts) say to edit a file called `Coin.sol`. I noticed that `master` has no file called this, neither does...
The guide still says to edit `Coin.sol`,  but there is no such file anymore. In [this commit](https://github.com/ava-labs/avalanche-smart-contract-quickstart/commit/fb8d3021bd7cb0edbf9363325a073eff7a568413#diff-b094db7ce2f99cbcbde7ec178a6754bac666e2192f076807acbd70d49ddd0559), @cgcardona renamed `Coin.sol`. It is now named `ExampleERC20.sol`.
1. The plugin([hardhat-etherscan](https://hardhat.org/plugins/nomiclabs-hardhat-etherscan.html)) is added to the repository to verify contracts on the [Snowtrace](https://snowtrace.io/). 2. [Dotenv](https://www.npmjs.com/package/dotenv) added to store Snowtrace API key and private key.
Hello Avalanche Team, Is it possible to make Solidity smart contracts upgradable on Avalanche protocol. Does it follow the same upgradability architecture and approach as in Ethereum. Request for guidance...
Currently when running some scripts, Avash is hard coded as the chain. It would be good to create an `.env` file or else a `yaml` file which then allows users...
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.3.0 to 4.9.1. Release notes Sourced from @openzeppelin/contracts's releases. v4.9.1 Note This release contains a fix for https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-5h3x-9wvq-w4m2. Governor: Add a mechanism to restrict the address of...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...