This project is to establish a platform which issues reward points circulating in many companies and supports cross-organizational redeeming.
- Node.js
- Geth
- Truffle
- MongoDB
- Other modules listed in package.json
- Ganache(Virtual blockchain)
- Geth(Real blockchain node)
mongod --dbpath [directory]
- Compile
truffle compile
- Deploy
truffle migrate
node app.js
- Learn Node.js and the modules used in the project
- You should check the accounts are locked in setting when you use Ganache
- You could deploy smart contract by other ways.