Update projects

This commit is contained in:
2023-03-13 11:42:58 +04:00
parent ca645d4a47
commit 2b61407d14

View File

@@ -7,18 +7,31 @@ ul.projects
a.title(href="https://beta.aistories.xyz") AIStories a.title(href="https://beta.aistories.xyz") AIStories
p.desc p.desc
| A platform to relive memories with AI characters. | 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 div.stack
span AI span AI
span Crypto span Crypto
span NFTs span NFTs
span TypeScript
span VueJS
span NodeJS
span trpc
span zod
span Solidity
span ethers
li.project-card li.project-card
a.title(href="https://github.com/offchaincafe/evm") Offchain Café EVM a.title(href="https://github.com/offchaincafe/evm") Offchain Café EVM
p.desc p.desc
| A self-hosted indexing service for Ethereum blockchain. | A self-hosted indexing service for Ethereum blockchain, exposing a GraphQL API.
div.stack div.stack
span Open source span Open source
span Crypto span Crypto
span EVM span EVM
span Solidity
span TypeScript
span GraphQL
li.project-card li.project-card
a.title(href="https://github.com/nxsf/ipnft") IPNFT a.title(href="https://github.com/nxsf/ipnft") IPNFT
p.desc p.desc
@@ -28,6 +41,7 @@ ul.projects
span Crypto span Crypto
span IPFS span IPFS
span EVM span EVM
span Solidity
li.project-card li.project-card
a.title(href="https://github.com/fancysofthq/contracts") Fancy Contracts a.title(href="https://github.com/fancysofthq/contracts") Fancy Contracts
p.desc p.desc
@@ -36,6 +50,7 @@ ul.projects
span Open source span Open source
span Crypto span Crypto
span EVM span EVM
span Solidity
h3 Onyx, the language (2020-2022) h3 Onyx, the language (2020-2022)
small.annotation small.annotation
@@ -60,6 +75,13 @@ ul.projects
div.stack div.stack
span Open source 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 li.project-card
a.title(href="https://github.com/onyxlang/rs") Onyx in Rust a.title(href="https://github.com/onyxlang/rs") Onyx in Rust
p.desc An attempt to implement an Onyx language compiler in Rust. p.desc An attempt to implement an Onyx language compiler in Rust.