UNPKG

chainode

Version:

A private blockchain network based on node.js

14 lines (10 loc) 267 B
'use strict'; // App configuration settings const Configs = { alerts: { successAdded: 'Data added with success!', deleted: 'Deleted data with success!', error: 'Sorry, there was an error: contact the administrator...', } }; export default Configs;