An open API service indexing awesome lists of open source software.

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

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.