WFC ERC20 token for donation platform
1)Creation of WFC ERC20 token + creation of vesting contracts to gradually release tokens for team and members of the team + multisg wallet erc20 compatible for the team + Truffle javascript tests
TRUFFLE INSTALLATION:
Install Node.js (download at https://github.com/nodesource/distributions/blob/master/README.md for linux dist and https://nodejs.org/it/download/ for Windows or MacOs)
npm install -g truffle (install Truffle framework globally on your machine)
TRUFFLE DEPENDENCIES:
openzeppelin library:
npm install @openzeppelin/contracts
truffle module that integrate link with Infura:
npm install truffle-hdwallet-provider
js library for mocha test:
npm install truffle-assertions