https://github.com/k1-r1/simplestorage2
A reconstruction of SimpleStoarge1, utilising the brownie framework
https://github.com/k1-r1/simplestorage2
brownie python smart-contracts solidity
Last synced: 7 months ago
JSON representation
A reconstruction of SimpleStoarge1, utilising the brownie framework
- Host: GitHub
- URL: https://github.com/k1-r1/simplestorage2
- Owner: K1-R1
- Created: 2022-02-05T14:26:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T16:42:23.000Z (about 4 years ago)
- Last Synced: 2025-06-10T03:01:39.753Z (9 months ago)
- Topics: brownie, python, smart-contracts, solidity
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleStorage2
## A reconstruction of SimpleStoarge1, utilising the brownie framework
A basic contract to store values and associate them with an alias.
Interaction with the contract once deployed:
- Store value
- Retreive stored values
- Store mapping of alias to value
The contract is deployed to the rinkeby test network.
Made with brownie.