![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@colony/colony-example-vue
Advanced tools
An example project using colonyJS with Vue!
This is a built out version of the colony-starter-vue package with more examples.
>=10.13.0
>=1.12.0
>=18.09.0
You may find it helpful to use Node Version Manager (nvm
) to manage Node versions.
If you are using Linux, check out Linux Setup to ensure Yarn and Docker are set up accordingly.
Globally install the colony-cli package:
yarn global add @colony/colony-cli
Move to your working directory and unpack the colony-example-vue package:
colony build colony-example-vue
Move to your new project directory and follow the instructions below:
cd colony-example-vue
Alternatively, you can use npx and unpack the colony-example-vue package without installing the colony-cli package.
npx -p @colony/colony-cli colony build colony-example-vue
Open a new terminal window and start Ganache:
yarn start-ganache
Open a new terminal window and deploy the colonyNetwork contracts:
yarn deploy-contracts
Once the contracts have been deployed, start TrufflePig:
yarn start-trufflepig
Open a new terminal window and run the seed network script:
yarn seed-network
Once the network has been seeded, start the development server:
yarn serve
Open your browser and check out the example:
Open a new terminal window and run the example tests:
yarn test
If you do not want to use the default version of the colonyNetwork smart contracts defined by the colony-cli package, you can update the "deploy-contracts"
scripts property in your package.json
file to use a specific version. This can be a branch name, a commit hash, or a version tag.
"deploy-contracts": "colony service deploy-contracts --specific glider",
FAQs
A simple example project built with Colony
The npm package @colony/colony-example-vue receives a total of 0 weekly downloads. As such, @colony/colony-example-vue popularity was classified as not popular.
We found that @colony/colony-example-vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.