https://github.com/jakeloo/vyper-hardhat-template
Smart contract template using Hardhat and Vyper
https://github.com/jakeloo/vyper-hardhat-template
hardhat smart-contracts vyper vyper-contracts
Last synced: 8 days ago
JSON representation
Smart contract template using Hardhat and Vyper
- Host: GitHub
- URL: https://github.com/jakeloo/vyper-hardhat-template
- Owner: jakeloo
- Created: 2021-04-27T21:22:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T21:38:33.000Z (about 4 years ago)
- Last Synced: 2025-02-17T13:47:10.558Z (3 months ago)
- Topics: hardhat, smart-contracts, vyper, vyper-contracts
- Language: JavaScript
- Homepage:
- Size: 120 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vyper-template
A simple smart contract template project using [Hardhat](https://hardhat.org/) with [Vyper](https://vyper.readthedocs.io/en/stable/).
The project includes the Vyper port of [Greeter example from Hardhat](https://hardhat.org/getting-started/).