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.
- 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.
- User Registration: Users sign up and log into the platform.
- 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/]
- Token Configuration: Users select the type of token they wish to create and configure its properties.
- Deployment: The tokens are deployed to the chosen Substrate blockchain.
- Management: Users can manage their tokens within the platform.
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
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#.
- Encode x Polkadot Hackathon for the opportunity.
- Jeffrey Owoloko for being an awesome hack mate.
Hacked By Team HIOSC