Skip to content

blockrockettech/art-blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARTBLOCKS

Art.

Built by BlockRocket

About

Authors

Originally created by BlockRocket

Features

  • Full ERC-721 Compatibility - Smart Contract is fully ERC-721 compliant
  • Full ERC-721 Metadata Compatibility - Each ERC-721 token uses latest standards for ERC-721 metadata
  • Full ERC-165 Compatibility - Smart Contract is fully ERC-165 compliant
  • IPFS Support - Internally IPFS is used for storing asset files and metadata

Installation

  1. Install Node v8.x or above

  2. Install Ganache.

  3. Install Truffle.

    npm install -g truffle
    
  4. Install Metamask in chrome so you can test purchasing assets

  5. Install node modules for project

npm install
  1. When running locally you will need to link your Metamask account and your locally running Ganache.
  • In Metamask - ensure you are logged out.
  • In Metamask - Restore from seed phrase and place the 12 word seed from the Ganache in to Metamask
    • This will link the accounts inside Ganache with Metamask & give you 100 ETH to test with
  • In Metamask - add a custom network of http://127.0.0.1:7545 - this is Ganache
    • This will point Metamask at your locally running Ganache blockchain
  1. Compile and migrate the contracts to your local blockchain (default is ganache).

    ./clean_deploy_local.sh
    
    • This will compile the contracts and place the ABI files into /build/ as well as deploying to Ganache
  2. Run the webpack server for front-end hot reloading. Smart contract changes do not support hot reloading for now.

    npm run start
    

It should now work!

Build for production

To build the application for production, use the build command. A production build will be compiled in the dist folder.

npm run build

History

License

MIT