Skip to content

demarco2016/genlayer-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

104 Commits
Β 
Β 
Β 
Β 

Repository files navigation

GenLayer Intelligent Contracts

Smart contracts deployed on GenLayer Testnet (Bradbury).

πŸ“‹ About

This repo contains intelligent contracts written for the GenLayer blockchain using Python-based DSL. Part of the GenLayer Builder Journey program.

πŸ“„ Contracts

HelloWorld

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

Run Locally

# Install GenLayer CLI
pip install genlayer

# Deploy
genlayer deploy hello_world.py

πŸ› οΈ Tech Stack

  • Language: Python (GenLayer DSL)
  • Network: GenLayer Testnet (Bradbury)
  • Type: Intelligent Contract

πŸ”— Links

About

Intelligent contracts deployed on GenLayer Testnet (Bradbury)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages