Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreafspeziale/spaghetti-sale
🍝 Very basic ICO contract selling Spaghetti
https://github.com/andreafspeziale/spaghetti-sale
Last synced: 4 days ago
JSON representation
🍝 Very basic ICO contract selling Spaghetti
- Host: GitHub
- URL: https://github.com/andreafspeziale/spaghetti-sale
- Owner: andreafspeziale
- Created: 2018-06-19T11:26:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:59:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T23:18:13.400Z (7 months ago)
- Language: JavaScript
- Size: 474 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample token sale
## Requirements
- node v9.10.1
- npm 5.8.0## Install
- `$ npm install`## Set path for dependencies usage
- `$ source set_path.sh`## Migrate
- `$ truffle migrate --network NETWORK_NAME`or
- `npm run migrate:development`
- `npm run migrate:parity`## Test
- `$ truffle test --network NETWORK_NAME`or
- `npm run test:development`
- `npm run test:parity`# Local development
Run Ganache:- `$ ganache-cli -p 7545 -i 8994` or `npm run ganache`