Lekhanam π
Lekhanam is from Malayalam language meaning letter.
Lekhanam lets you create a greeting card and publishes it to the Stellar blockchain. Which could be later used by 3rd party postal services to distribute the postcards.
Demo
Lekhanam demo is Deployed at Vercel. Where you are able to interact with the dApp on Stellar testnet.
Note: Currently the smart contract is only deployed to Stellar TestNet.
Setup
The application resides in the folder soroban-react-dapp.
The smart contract is the contracts folder. The NextJS application is in the src folder.
Once you clone the project, you would need to cd into the soroban-react-dapp folder. And run yarn
to install the packages.
Then cd into the contracts directory and run
cp .env.example .env
yarn
yarn build
yarn dev
This will start the soroban frontend application
You can then cd into the individual contracts, here it's greeting
cd greeting
cargo build
β¦