Skip to content

An Ethereum smart contract to issue, redeem and spend giftcards

License

Notifications You must be signed in to change notification settings

bidalihq/giftcards-contract

Repository files navigation

Ethereum Giftcards smart contract

CI

An Ethereum smart contract for issuing, redeeming and spending gift cards.

Methods:

function issue(bytes32 hash, uint value)
function redeem(bytes memory code)
function spend(address by, uint amount)
function getBalance()

About

An Ethereum smart contract to issue, redeem and spend giftcards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published