Skip to content

mathisbeauty/airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airdrop Portal

This project contains:

  • Smart contracts for the SingDao ERC-20 token (./contracts/SingDao.sol). These were downloaded from the official token source here
  • Smart contracts for the SingNet ERC-20 token (./contracts/SingDao.sol). It was downloaded from the official token source here
  • Simple smart contract for simulating basic airdrop mechanics
  • React frontend that acts as a simpler version of the airdrop portal

Project bootstrapped with Truffle CLI.

Requirements

Compile and deploy smart contracts

Compile the smart contracts:

truffle compile

Note: Before migrating/deploying the smart contracts, make sure to have the Ganache blockchain running and accessible at http://localhost:8545.

You can migrate the smart contracts to the development environment by running:

truffle migrate --network develop

Start frontend

You can start the airdrop frontend by running:

cd client
yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published