Gravityforce04 / maschain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a project template for APUBCC Devmatch 2024 Hackathon

The purpose of this template is to facilitate new developers to quickly get a hands-on approach and start developing using Maschain's API.
Test it out HERE

This project sets up the basic functions such as:

  1. Creating User Wallet
  2. Minting Token
  3. Transferring Token

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Obtain Necessary Keys from Maschain

Navigate to https://portal-testnet.maschain.com/ to get the necessary keys.

In the .env.example file, replace the values with your own key, and rename the file to just ".env" or ".env.local"

Have fun building

Contact me or the team if you have any questions
@OxBenjamintan - AKA LengzaiBen

About


Languages

Language:JavaScript 67.7%Language:TypeScript 30.5%Language:CSS 1.8%