Skip to content

Commit

Permalink
Merge pull request #288 from simonletort-da/source
Browse files Browse the repository at this point in the history
Added Daml to the list of projects
  • Loading branch information
Roshanjossey authored Nov 21, 2022
2 parents caa4c8e + cf54b75 commit bb5ffca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1188,5 +1188,12 @@ const projectList = [
description: 'learn easily and quickly',
tags: ['go']
},
{
name: 'Daml',
imageSrc: 'https://raw.githubusercontent.com/digital-asset/daml/main/daml-logo.png',
projectLink: 'https://github.com/digital-asset/daml/contribute',
description: 'Daml is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime.',
tags: ['Scala','Haskell']
},
];
export default projectList;

0 comments on commit bb5ffca

Please sign in to comment.