mirror of
https://github.com/zkitter/contracts.git
synced 2026-01-08 22:48:01 -05:00
* feat: add `arbitrum_goerli` network * Deploy `AutismRegsitrar` on `arbitrum_goerli` network * chore: `.gitignore`, new lines
22 lines
1.6 KiB
Markdown
22 lines
1.6 KiB
Markdown
# Zkitter/Autism Registrar Contract
|
|
|
|
## Getting Started
|
|
0. Install dependencies: `npm i`
|
|
1. Define environment variables
|
|
|
|
| variable | description |
|
|
|------------------|-------------------------------------------------|
|
|
| GOERLI_API_KEY | Infura API KEY for Arbitrum Goerli RPC endpoint |
|
|
| DEPLOYER_ADDRESS | Address to deploy contract from |
|
|
| PRIVATE_KEY | Private key of deployer address |
|
|
|
|
2. Truffle scripts
|
|
- `truffle build`
|
|
- `truffle deploy --network <networkName>`
|
|
|
|
## Deployed contracts
|
|
| Network | Address |
|
|
|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| Aribtrum | [0x6b0a11F9aA5aa275f16e44e1D479A59dd00abE58](https://arbiscan.io/address/0x6b0a11f9aa5aa275f16e44e1d479a59dd00abe58#code)
|
|
| Arbitrum Rinkeby | [0x4e3f9c0374816C80B1f1c8D2D49b3cD68460330b](https://rinkeby-explorer.arbitrum.io/address/0x4e3f9c0374816C80B1f1c8D2D49b3cD68460330b/contracts#address-tabs) |
|
|
| Arbitrum Goerli | [0x92844a251EC890141F6617c9c2ef7eEb26a81ad8](https://goerli-rollup-explorer.arbitrum.io/address/0x92844a251EC890141F6617c9c2ef7eEb26a81ad8/contracts#address-tabs) | |