Cradicle Explorer
discover
Info
Issues
Patches
Wallets
Source
Source
back-end
config
contracts
public
src
test
utils
.editorconfig
.eslintrc.json
.gitattributes
.gitignore
.npmrc
.prettierrc
.soliumignore
.soliumrc.json
Discover_Specification.md
LICENSE
Makefile
README.md
embark.json
logs.log
package.json
shared.mainnet.chains.json
shared.testnet.chains.json
shell.nix
yarn.lock
/
.prettierrc
.prettierrc
1
{
2
"trailingComma": "all",
3
"semi": false,
4
"singleQuote": true
5
}