Fork Safemoon Protocol to create basic "AriesCode" token with a fixed supply mechanism.
1- Truffle
npx truffle init
2- Create package.json
npm init -f
3- Open Zeppelin Contracts
To install specific version in truffle
npm i @openzeppelin/[email protected]
To install latest version
$ npm install --save-dev @openzeppelin/contracts
4- HD Wallet
npm install @truffle/hdwallet-provider
5- Truffle plug-in-verify
npm install -D truffle-plugin-verify