sohomx / mymoneydapp

Developed our own crypto-currency on the Solana blockchain or our own spl-token in the Solana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mymoneydapp

Developed our own crypto-currency on the Solana blockchain or our own spl-token in the Solana

GitHub contributors GitHub discussions GitHub issues GitHub pull request

πŸ” Table of Contents

πŸ’» Stack

  • project-serum/anchor: A framework for Solana blockchain development.
  • chai: A BDD / TDD assertion library for node and the browser.
  • mocha: A feature-rich JavaScript test framework running on Node.js and in the browser.

πŸ“ Project Summary

  • migrations: Database migration scripts for managing database schema changes.
  • programs: Contains the main programs of the project.
  • programs/mymoneydapp: Specific program for managing money transactions.
  • programs/mymoneydapp/src: Source code for the mymoneydapp program.
  • tests: Contains test cases to ensure the correctness of the project's functionalities.

βš™οΈ Setting Up

Your Environment Variable

  • Step 1

  • Step 2

πŸš€ Run Locally

1.Clone the mymoneydapp repository:

git clone https://github.com/sohomx/mymoneydapp

2.Install the dependencies with one of the package managers listed below:

pnpm install
bun install
npm install
yarn install

3.Start the development mode:

pnpm dev
bun dev
npm run dev
yarn dev

πŸ™Œ Contributors

sohomx
sohomx

7 contributions

πŸ“„ License

Add Your License

About

Developed our own crypto-currency on the Solana blockchain or our own spl-token in the Solana


Languages

Language:JavaScript 50.8%Language:Rust 49.2%