Giter Site home page Giter Site logo

ico's Introduction

README

What is this repository for?

  • L-Pesa ICO contract
  • ver 1.0
  • for crowdfunding during the pre and ICO phases

How do I get set up?

  • There is main crowdfunding contracts responsible for this ICO presale and public sale. Crowdsale.sol

  • Use truffle, Ethereum Wallet or Remix to deploy contract on Ethereum network.

  • Deploy Crwodsale contract and obtain its address.

  • Deploy Token contract and use address from previous step and use it as its inputs. Obtain address of the token contract.

  • Call function setTokenAddress() of Crowdsale contract and provide address from Token contract as its input.

How do I run

  • owner can start the contract by calling start() function. Argument provided to the start() function is number of blocks. Average block time on main net is around 14 seconds as of this writing.

  • contributions are accepted by sending ether to contract address and tokens are instantly sent back to contributors.

  • when the campaign is over, admin can run finilize() function to end the campaign.

  • in case of emergency function emergencyStop() can be called to stop contribution and function release() to start campaign again.

  • option to withdraw contributions is provided in case ICO was not successful. Minimum cap hasn't been reached. contributors can call function refund() to return the tokens and receive back their contribution.

  • in order for contributors to be able to get refunds, following conditions have to be met.

    1. Current block number has to be higher then endBlock.
    2. Campaign did't reach minCap.
    3. Flag isRefunding needs to be set to true using prepareRefund() function. Function will expect exact amount of money which the sale has collected.
  • During ICO tokens are in the locked stage. In order to be able to transfer tokens, admin has to call function unlock() of token contract.

ico's People

Contributors

talljoe avatar win2win avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

talljoe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.