anakornk / secure-passphrase-check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create config.js in src folder config.js

const config = {
  spcContractAddress: "0xCCF197F6A9562b12831860D1f74a752D0960dC5d",
  basicTokenAddress: "0x83332F232d9e51888270e95cbAbeBa5112fFAD54",
  prizeCreatorAddress: "0xf854E653A92D58E0bc63559BD781779E2fa3e05a"
};

export default config;

Development

npm install
add config.js
ganache-cli
npm run dev
truffe test

Production

npm install add config.js
npm run build
npm run start

About


Languages

Language:JavaScript 90.5%Language:CSS 9.0%Language:HTML 0.4%