https://github.com/consensysmesh/artfactory
Tokens for content
https://github.com/consensysmesh/artfactory
Last synced: 8 months ago
JSON representation
Tokens for content
- Host: GitHub
- URL: https://github.com/consensysmesh/artfactory
- Owner: ConsenSysMesh
- Created: 2017-11-15T16:36:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T03:26:43.000Z (over 7 years ago)
- Last Synced: 2025-06-21T13:02:22.976Z (about 1 year ago)
- Language: JavaScript
- Size: 3.72 MB
- Stars: 2
- Watchers: 18
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ArtFactory
## Installation
Install all the dependencies:
`npm install`
Create a link to build artifacts if no link exists yet:
`cd src`
`ln -s ../build/contracts contracts`
Deploy contracts/migrations:
`truffle migrate --reset`
You might need to setup Ganache to use the same port (default is 8545) as defined in `truffle.js`.
## Running the Dapp Locally
Run Ganache either with the app or cli:
`ganache-cli`
Start the React app in development mode:
`npm start`
View the app at `http://localhost:3000/`