Skip to content

StellaBauhinia/stella-airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple dAapp for standard token contracts

First of all, thank for the original author of SimpleWallet which provides me a good foundation to work on. (I am totally new in AngularJS!) This is a serverless dapp wallet built for anyone who wants to send airdrop/candy over Ethereum to other parties. It allows the owner of the airdrop contract to withdraw token out of the airdrop, which means, you should send the tokens to the airdrop contract first.

Deploy Locally

Prerequisites

  • git - the open source distributed vcs.
  • nodejs 5.0+ - Node.js JavaScript runtime.
  • npm - A package manager for javascript.
  • Knowledge about how to deploy a contract to Ethreum (e.g. Remix + Metamask, a nice tutorial is presented here)

Steps

These instructions assume you already got a deployed airdrop contract (the .sol file in contracts/) address and other info.

  1. git clone https://github.com/StellaBauhinia/stella-airdrop.git
  2. cd stella-airdrop/app
  3. npm install
  4. Replace the contract address variables inside app/js/contracts-setup.js (note that network "1" represents the mainnet, "4" represents the Rinkeby testnet)
  5. Open index.html on any modern browser.

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published