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
- Host: GitHub
- URL: https://github.com/mewmix/vyper-experiments
- Owner: mewmix
- Created: 2022-11-24T18:01:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T18:53:15.000Z (over 3 years ago)
- Last Synced: 2025-08-29T18:42:43.845Z (10 months ago)
- Topics: education, ethereum, evm, game, python, vyper, web3py
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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