-
Notifications
You must be signed in to change notification settings - Fork 4
docs: add hardhat example #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| ====================================== | ||
|
|
||
| This is a [Kurtosis package](https://docs.kurtosis.com/concepts-reference/packages) that spins up a non-staking Avalanche node. By default, this package works locally over Docker but can also be deployed on Kubernetes if so desired. You may optionally specify the number of nodes you wish to start locally with a simple `arg` passed in at execution time. | ||
| This is a [Kurtosis package](https://docs.kurtosis.com/concepts-reference/packages) that spins up a non-staking Avalanche node. By default, this package works locally over Docker but can also be deployed on Kubernetes if so desired. You may optionally specify the number of nodes you wish to start locally with a simple `arg` passed in at execution time. The genesis file used to set the initial configuration of the local network is the same one used in Avalanche Go [here][avalanchego-gen-file] with a chainID of `43112` and a pre-funded Ethereum address with which you may use to locally deploy smart contracts from to the C-Chain on the primary network. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You say Ethereum while this is avalanche!!!!!
Also we generate the genesis everytime and some parameters like number of nodes and network id are passable but yes its based on the https://github.com/kurtosis-tech/avalanche-package/blob/main/genesis/main.go#L7 - https://github.com/kurtosis-tech/avalanche-package/blob/main/genesis/main.go#L22-L24
Changelog picked up from commits here:
docs: add more details
docs: add gen-file link