mirror of
https://github.com/zkitter/contracts.git
synced 2026-01-06 19:33:55 -05:00
master
AutismRegistrar on arbitrum_goerli network (#2)
* feat: add `arbitrum_goerli` network * Deploy `AutismRegsitrar` on `arbitrum_goerli` network * chore: `.gitignore`, new lines
Zkitter/Autism Registrar Contract
Getting Started
-
Install dependencies:
npm i -
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 -
Truffle scripts
truffle buildtruffle deploy --network <networkName>
Deployed contracts
| Network | Address |
|---|---|
| Aribtrum | 0x6b0a11F9aA5aa275f16e44e1D479A59dd00abE58 |
| Arbitrum Rinkeby | 0x4e3f9c0374816C80B1f1c8D2D49b3cD68460330b |
| Arbitrum Goerli | 0x92844a251EC890141F6617c9c2ef7eEb26a81ad8 |
Description
Languages
JavaScript
100%