https://github.com/purpleprotocol/crowdsale_contract
https://github.com/purpleprotocol/crowdsale_contract
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/purpleprotocol/crowdsale_contract
- Owner: purpleprotocol
- License: mit
- Created: 2023-01-15T00:05:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T17:23:42.000Z (about 3 years ago)
- Last Synced: 2025-02-22T22:41:16.586Z (over 1 year ago)
- Language: Solidity
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Purplecoin Crowdsale
Purplecoin crowdsale contract
## Development
Run ganache, replace the owner key in crowdsale.json, then run:
```
truffle migrate --network development
```