Skip to content

Full-Stack DApp Boilerplate for Substrate and ink! Smart Contracts

License

Notifications You must be signed in to change notification settings

JeffreyJoel/Badger-Hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name: BADGER

Overview

BADGER is an innovative no-code application built for the Encode x Polkadot 24Q1 Hackathon. It leverages the power of Polkadot blockchain technology to enable users to create both Fungible Tokens (FTs) and Non-Fungible Tokens (NFTs) smart contract with ease.

Features

  • Token Creation: Users can create FTs and NFTs by interacting with a user-friendly interface.
  • Substrate Compatibility: Fully compatible with any Substrate-based blockchain.
  • Template Utilization: Built using the robust inkathon template to ensure reliability and efficiency.
  • PSP Standard: Tokens follows the Polkadot Standard 22 and 34.

Tools

How It Works

  1. User Registration: Users sign up and log into the platform.
  2. Get Faucet Tokens: For the sake of the demo we are using the aleph zero network so get the testnet token from this (faucet)[https://faucet.test.azero.dev/]
  3. Token Configuration: Users select the type of token they wish to create and configure its properties.
  4. Deployment: The tokens are deployed to the chosen Substrate blockchain.
  5. Management: Users can manage their tokens within the platform.

Installation

Provide step-by-step instructions on how to get a development environment running.

git clone https://github.com/PhantomOz/badger.git
cd badger
pnpm install
pnpm run dev

Future plans

As we move on from the hackathon we plan to add more functionalities like:

  • The ability for users dynamically select what features their contract should involve e.g if they want their token burnable, ownable, mintable, e.t.c.
  • The ability for users to create staking contract, governance contract and more.
  • Badger Sdk for developers to create and build, deploy smart contract on polkadot using languages like JavaScript, TypeScript, and C#.

Acknowledgments

  • Encode x Polkadot Hackathon for the opportunity.
  • Jeffrey Owoloko for being an awesome hack mate.

Hacked By Team HIOSC

About

Full-Stack DApp Boilerplate for Substrate and ink! Smart Contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • Rust 3.4%
  • Other 1.8%