aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/context/compiler.tsx
blob: 63a0514817ab4505d21422fedd6a26fe60b6112f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import Icon from 'ts/icons/logos/compiler.svg';

export default {
    title: 'sol-compiler',
    name: 'compiler',
    subtitle: 'Solidity compilation that just works',
    tagline: 'Seamlessly compile an entire solidity project and generate customisable artifacts',
    icon: Icon,
    colors: {
        main: '#1EADCD',
        secondary: '#D1F4FC',
        link: '#D1F4FC',
    },
};