https://github.com/zeta-chain/localnet
ZetaChain's local dev environment with connected EVM chains.
https://github.com/zeta-chain/localnet
anvil hardhat solidity zetachain
Last synced: 4 months ago
JSON representation
ZetaChain's local dev environment with connected EVM chains.
- Host: GitHub
- URL: https://github.com/zeta-chain/localnet
- Owner: zeta-chain
- License: mit
- Created: 2024-08-02T11:29:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T15:35:11.000Z (4 months ago)
- Last Synced: 2025-02-10T16:29:21.371Z (4 months ago)
- Topics: anvil, hardhat, solidity, zetachain
- Language: TypeScript
- Homepage: https://www.zetachain.com/docs/developers/tutorials/localnet/
- Size: 1.11 MB
- Stars: 8
- Watchers: 5
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Localnet
Localnet is a local development environment that simplifies the development of
universal apps.## Dependencies
Make sure you have the following installed to use Localnet:
- [Foundry](https://getfoundry.sh/) `anvil` (required)
- Solana support: [`solana`](https://docs.solana.com/cli/install) and
`solana-test-validator`
- Sui support: [`sui`](https://docs.sui.io/install)## Documentation
Learn more about Localnet:
https://www.zetachain.com/docs/developers/tutorials/localnet/