Skip to content

Commit bb5ffca

Browse files
authored
Merge pull request #288 from simonletort-da/source
Added Daml to the list of projects
2 parents caa4c8e + cf54b75 commit bb5ffca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,5 +1188,12 @@ const projectList = [
11881188
description: 'learn easily and quickly',
11891189
tags: ['go']
11901190
},
1191+
{
1192+
name: 'Daml',
1193+
imageSrc: 'https://raw.githubusercontent.com/digital-asset/daml/main/daml-logo.png',
1194+
projectLink: 'https://github.com/digital-asset/daml/contribute',
1195+
description: 'Daml is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime.',
1196+
tags: ['Scala','Haskell']
1197+
},
11911198
];
11921199
export default projectList;

0 commit comments

Comments
 (0)