From 2b61407d146087bb803501c0ada74b89c112a47b Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Mon, 13 Mar 2023 11:42:58 +0400 Subject: [PATCH] Update projects --- _includes/projects.pug | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/_includes/projects.pug b/_includes/projects.pug index 8e5bfac..ea1b3a7 100644 --- a/_includes/projects.pug +++ b/_includes/projects.pug @@ -7,18 +7,31 @@ ul.projects a.title(href="https://beta.aistories.xyz") AIStories p.desc | A platform to relive memories with AI characters. + | Runs on a VueJS frontend and NodeJS backend. + | Interacting with OpenAI API. + | Accepts funds on-chain, marketplace WIP. div.stack span AI span Crypto span NFTs + span TypeScript + span VueJS + span NodeJS + span trpc + span zod + span Solidity + span ethers li.project-card a.title(href="https://github.com/offchaincafe/evm") Offchain Café EVM p.desc - | A self-hosted indexing service for Ethereum blockchain. + | A self-hosted indexing service for Ethereum blockchain, exposing a GraphQL API. div.stack span Open source span Crypto span EVM + span Solidity + span TypeScript + span GraphQL li.project-card a.title(href="https://github.com/nxsf/ipnft") IPNFT p.desc @@ -28,6 +41,7 @@ ul.projects span Crypto span IPFS span EVM + span Solidity li.project-card a.title(href="https://github.com/fancysofthq/contracts") Fancy Contracts p.desc @@ -36,6 +50,7 @@ ul.projects span Open source span Crypto span EVM + span Solidity h3 Onyx, the language (2020-2022) small.annotation @@ -60,6 +75,13 @@ ul.projects div.stack span Open source + li.project-card + a.title(href="https://github.com/fancysofthq/phoenix") Phoenix + p.desc An attempt to implement an Onyx language compiler in C++. + div.stack + span Open source + span C++ + li.project-card a.title(href="https://github.com/onyxlang/rs") Onyx in Rust p.desc An attempt to implement an Onyx language compiler in Rust.