Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 991 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 991 Bytes

Synopsis

This repository contains the Ethereum smart contracts used for an abstract ERC20 Token creation. It also extends the base token capabilities for different and specific needs while keeping every module separated and highly reusable. The repository also contains the smart contracts needed for a token crowdsale, using an abstract contract as a base and specific contracts to provide multiple types of crowdsales.

Motivation

Fiets is an ethereum-based project that aims to provide a new and decentralized payment option for festivals and events. Using blockchain as its backbone, it provides a better and easier experience to users, and results into a more attractive solution to event organizers in terms of financial efficiency, information administration and using a future-oriented solution.

Contributors

This project used https://github.com/OpenZeppelin/zeppelin-solidity as a reference and extended its functionality accordingly to the needs of the Fiets project.