Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@colony/colony-starter-angular

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colony/colony-starter-angular

A simple starter project for building with Colony

npmnpm
Version
1.0.0-beta.1
Version published
Weekly downloads
30
-57.14%
Maintainers
7
Weekly downloads
 
Created
Source

colony-starter-angular

Learn to build with Colony using Angular!

Prerequisites

  • Yarn 1.12.3
  • Node 10.12.0

You may find it helpful to use Node Version Manager (nvm) to manage Node versions.

Development

Start Network

Open a new terminal window and start Ganache:

yarn start-ganache

Deploy Contracts

Open a new terminal window and deploy the colonyNetwork contracts:

yarn deploy-contracts

Start TrufflePig

Once the contracts have been deployed, start TrufflePig:

yarn start-trufflepig

Seed Network

Open a new terminal window and run the seed network script:

yarn seed-network

Start Dev Server

Once the network has been seeded, start the development server:

yarn start

Open Your Browser

Open your browser and checkout the example react app::

localhost:4200

Run Tests

Open a new terminal window and run the tests:

yarn test

FAQs

Package last updated on 09 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts