cp config/default.json config/local.json
local.json file to support your environment
"db": { "uri": "mongodb://mongodb:27017/tomoissuer" }, "db": { "uri": "mongodb://localhost:27017/tomoissuer" },npm install
truffle deploy --reset --network tomo # only use this command if you want to connect to a private network
cp abis/*json build/contracts/
Note: before deploying to tomochain testnet, make sure you have RUPX in the wallet. If not, get free at https://faucet.testnet.tomochain.com
npm run dev
For https:
npm run dev-https
The site will run at http://localhost:3000
npm run test
Or run command
truffle test
Content type
Image
Digest
Size
281 MB
Last updated
over 5 years ago
docker pull rupaya/issuer