This project demonstrates a simple smart contract for registering and updating user addresses on the Scroll testnet -- which we plan to be the start of Zöllner. It includes deployment scripts, interaction scripts, and instructions for setting up your environment.
scroll-address-registration/ │ ├── contracts/ │ └── AddressRegistry.sol ├── migrations/ │ └── 1_deploy_contracts.js ├── scripts/ │ └── interact.js ├── truffle-config.js └── README.md
- Node.js (version 14.x or later)
- Truffle
- MetaMask or another Ethereum wallet
- Test ETH from the Scroll testnet faucet
-
Clone the repository:
git clone https://github.com/your-repo/scroll-address-registration.git cd scroll-address-registration
This project is licensed under the MIT License.