Comparing version 0.1.1 to 0.1.2
import chalk from 'chalk'; | ||
import parseArgs from 'minimist'; | ||
import fs from 'fs'; | ||
import { insist } from '../../ertp/util/insist'; | ||
@@ -6,0 +5,0 @@ const VERSION = 'Agoric 0.1.0'; |
{ | ||
"name": "agoric", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Manage the Agoric Javascript smart contract platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -7,4 +7,4 @@ # Agoric Javascript Smart Contract Platform | ||
agoric init dapp | ||
# agoric init --ui=react dapp | ||
cd dapp | ||
agoric install | ||
agoric start | ||
@@ -11,0 +11,0 @@ agoric deploy |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15381
68