Smart contracts deployed on GenLayer Testnet (Bradbury).
This repo contains intelligent contracts written for the GenLayer blockchain using Python-based DSL. Part of the GenLayer Builder Journey program.
A simple storage contract that stores and retrieves a string value.
Features:
get_storage()β Returns the stored string (view)update_storage(new_value)β Updates the stored string (write)
Contract Address: 0xF3...3404
Transaction: 0x57d6...fbb9
Status: β ACCEPTED | β SUCCESS
# Install GenLayer CLI
pip install genlayer
# Deploy
genlayer deploy hello_world.py- Language: Python (GenLayer DSL)
- Network: GenLayer Testnet (Bradbury)
- Type: Intelligent Contract