Skip to content

gabrielrondon/scroll-address-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scroll Address Registration Contract

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.

Project Structure

scroll-address-registration/ │ ├── contracts/ │ └── AddressRegistry.sol ├── migrations/ │ └── 1_deploy_contracts.js ├── scripts/ │ └── interact.js ├── truffle-config.js └── README.md

Prerequisites

  • Node.js (version 14.x or later)
  • Truffle
  • MetaMask or another Ethereum wallet
  • Test ETH from the Scroll testnet faucet

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/your-repo/scroll-address-registration.git
    cd scroll-address-registration
    

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published