token-vesting-ui
UI for TokenVesting contract from OpenZeppelin. No longer maintained
File Explorer
Download Latest Version (.zip)- Migrations.sol
- MyVesting.sol
- 1_initial_migration.js
- 2_deploy_contracts.js
- favicon.ico
- index.html
- logo-zeppelin.png
- manifest.json
- spinner.gif
- index.css
- TokenVestingApp.css
- Emoji.jsx
- Header.jsx
- Links.jsx
- Spinner.jsx
- TokenVestingApp.jsx
- VestingChart.jsx
- VestingDetails.jsx
- VestingSchedule.jsx
- App.jsx
- contracts.js
- index.js
- network.js
- registerServiceWorker.js
- utils.js
- .gitattributes
- .gitignore
- example.png
- package-lock.json
- package.json
- README.md
- truffle.js
# Installation Guide
1. Get the code
git clone https://github.com/OpenZeppelin/token-vesting-ui
Downloads the entire project code from GitHub to your computer.
cd token-vesting-ui
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
