RemitCoin is a simple token built on Ethereum Truffle Suite.
- Ethereum for the decentralized platform for the decentralize application a.k.a dapp
- Truffle as the development framework for Etheruem on the testnet.
- Ginache replacing
testrpcas the local test network for Ethereum - Solidity as the programming language for writing the Smart Contracts
- A Custom Web app to interact remotely with the Ethereum test network
- Metamask to digitally sign the transactions from the web
View the project Wiki for complete project tutorial
- Install Homebrew
- Install NodeJS & NPM
- Install Ginache
- Clone the repo
git clone https://github.com/Paperchain/remitcoin-demo.git - Go to root directory and run
npm install - Run
truffle compileto compile the contracts - Run
truffle testto test the contracts - Run
truffle migrateto migrate and deploy the contracts to an Ethereum testnet - Run
npm run devto launch the dapp on your local machine at http://localhost:8080
- Name of the Token is RemitCoin
- Initial supply of 20000 coins
- Currency notation is
RMC