An open API service indexing awesome lists of open source software.

https://github.com/mewmix/vyper-experiments

Vyper Contracts and Scripts working with Web3 Py
https://github.com/mewmix/vyper-experiments

education ethereum evm game python vyper web3py

Last synced: 9 days ago
JSON representation

Vyper Contracts and Scripts working with Web3 Py

Awesome Lists containing this project

README

          

# Vyper-Experiments
Some test vyper contracts with me & github copilot

## Vyper_contract.vy

Rock Paper Scissors contract with no constructor arguements.

## Scripts

Some deploy and deposit scripts to log how I was able to deploy and verify via etherscan, as well as play the game via web3 python library.

## RPS.vy
Rock Paper Scissors testing ! Feel free to leave me comments or tips on making this better and more functional.

## Video Example

https://user-images.githubusercontent.com/42463809/203872260-2863bd08-d42c-4dc7-88e4-15e9800d3d0b.mp4