Skip to content

chalex-eth/StorageFactory_vyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StorageFactory_vyper

This repo is the Vyper version of the StorageFactory from Patrick Collins.

Feel free to pull a request or an issue if you figure out how to improve the Vyper code. Compared to the original repo, there is a python code for deploying the script. Since there is big difference between solidity and vyper regarding the new solidity and create_forwarder_to vyper, I am not sure that the contract work extactly the same. After some testing it seems to work.

Important note

You have to create your own .env file containing :

export PRIVATE_KEY="YOUR_PRIVATE_KEY"
export WEB3_INFURA_PROJECT_ID="YOUR_INFURA_ID"

Only the contract have been changed, the python script for deploying and interacting with the contract are close to the original.

This code is mainly designed to be deployed on the Kovan testnet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages