Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebazhanov/b9lab-project1-splitter
https://github.com/Bohdan90/b9lab-Project1.git
https://github.com/ebazhanov/b9lab-project1-splitter
Last synced: about 1 month ago
JSON representation
https://github.com/Bohdan90/b9lab-Project1.git
- Host: GitHub
- URL: https://github.com/ebazhanov/b9lab-project1-splitter
- Owner: Ebazhanov
- Created: 2019-08-20T13:46:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T18:00:55.000Z (about 5 years ago)
- Last Synced: 2024-05-01T14:38:25.486Z (7 months ago)
- Language: JavaScript
- Size: 390 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# b9lab-project1-splitter
https://github.com/Bohdan90/b9lab-Project1.git# b9lab-Project1
# Project - Splitter## To run the application you should:
1. run the command
> npm install
2. run the testrpc by the command
> testrpc -l 9999999
3. compile and deploy the contracts
`It is also necessary to add the current walet addresses in the file 'deploy_contracts'`> truffle compile && truffle migrate
4. run application by command
> npm run start