It was deeply nostalgic๐ฅน
I saw a time when life was simple, children were free, and our ancestors lived with pure joy and freedom.
Even without the comforts and conveniences of this modern age.
@Intellectual_OT Sorry, but why do you people not sew basic joggers and sell around 9,10 or is it the material thats costly?
Not this material though the normal joggers material
Bro itโs expensive!! Unless youโre buying fake ones.
A good bedsheet cost about 400k, thatโs about 1.2M
While a good tower cost 200k - 600k
Thatโs a lot frfr
# 1. Go to the anchor project
cd /workspaces/opayque/anchor
# 2. Install Yarn (most Anchor projects use Yarn)
npm install -g yarn
# 3. Install the project dependencies
yarn install
# 1. Create the Anchor program in a subfolder called "anchor"
anchor init anchor --no-git
# 2. Go into the new anchor folder
cd anchor
# 3. Build it
anchor build
# 1. Add the Solana path temporarily
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
# 2. Test if solana now works
solana --version
# 3. Test anchor again (should still work)
anchor --version