Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nonwiz0/sc-aiucoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIUCoins Smart Contract

This assignment repository demonstrates how web3 can interact with the vyper smart contract.

Requirement

This repository need two main library in compiling and interacting with the contract.

pip install web3
pip install vyper

Deployment

Change the account address and Deploy the contract first before the interaction.

python deploy_contract.py

Usage

To interact with student account permission.

python student_interaction.py

To interact as contract owner or finance controller

python finance_officer.py

Author

By Chan Broset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages