Skip to content

Latest commit

 

History

History
188 lines (150 loc) · 7.38 KB

File metadata and controls

188 lines (150 loc) · 7.38 KB

Building System Applications with C# & C++ 🚀

Hi, I'm Mathieu 👋 I'm a 🚀 French developer 🚀 I ❤️ Happy Hardcore ❤️

Read About

At Blum, we are building a decentralized exchange in Telegram, specializing in trading memecoins and new tokens. We feature a unique memepad for launching new meme-based projects and incorporate gamified mechanics to enhance user engagement.Here’s what you can do with Blum now: Farm Blum Points: Play our Drop game to earn Blum Points (BPs) Invite Friends: Bring your friends and family for more BPs! More friends = more BPs Complete Quests: Finish tasks to rack up even more BPs!

Please Read First What You Need Part.

44

4.mp4
erDiagram
    PLAYER_WALLET {
        string id
        string playerName
        float inGameCurrency
    }
    PLAYER_WALLET ||--o{ GAME_TRANSACTION : initiates
    PLAYER_WALLET ||--o{ GAME_BALANCE : updates
    GAME_TRANSACTION ||--o{ GAME_CONFIRMATION : confirms
    GAME_CONFIRMATION ||--o{ PLAYER_WALLET : updates
    GAME_CONFIRMATION ||--o{ GAME_BLOCKCHAIN : records
    GAME_BLOCKCHAIN }|--o{ GAME_TRANSACTION : contains
    GAME_BLOCKCHAIN }|--o{ GAME_BALANCE : contains
Loading

What You Need


Tool Code
Blockchain Explorer 0000
Cryptogame Daf
Farm 000
Auto Clicker ST8
Solana Explorer 91

(back to top)

Roadmap

  • New Gui
  • Add back to top links
  • Add Additional Templates w/ Examples
  • New Features
  • Multi-language Support
    • Chinese
    • Turkish
    • French
    • Spanish

(back to top)

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Download Visual Studio 2022 using Git Clone Or either download the project or exit the rar. Then Download Visual Studio 2022 Here Link VisualStudio Download last1

Download These

  1. Clone the repo
    git clone https://github.com/SoonAdd/Addsoon.git
  2. OR

download

  1. Then open the sln (Project Solution) file

vsgif

  1. Find Executable File
    /ProjectName/Bin/Debug/Executable.exe

(back to top)

solid cube_corner
  facet normal 0.0 -1.0 0.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 1.0 0.0 0.0
      vertex 0.0 0.0 1.0
    endloop
  endfacet
  facet normal 0.0 0.0 -1.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 0.0 1.0 0.0
      vertex 1.0 0.0 0.0
    endloop
  endfacet
  facet normal -1.0 0.0 0.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 0.0 0.0 1.0
      vertex 0.0 1.0 0.0
    endloop
  endfacet
  facet normal 0.577 0.577 0.577
    outer loop
      vertex 1.0 0.0 0.0
      vertex 0.0 1.0 0.0
      vertex 0.0 0.0 1.0
    endloop
  endfacet
endsolid
Loading

(back to top)

Contributing

(back to top)

Preview

Not sure where to start? Join our discord and we will help you get started!

(back to top)

snake