Giter VIP home page Giter VIP logo

jamesjimmycrypto / nocode-token-generator-dapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adoranwodo/nocode-token-generator-dapp

1.0 0.0 0.0 6.55 MB

A dApp that allows users without blockchain development experience create and list their own tokens without writing code

License: MIT License

Shell 0.30% JavaScript 14.29% TypeScript 41.34% CSS 0.09% HTML 1.28% Vue 29.51% Solidity 13.19%

nocode-token-generator-dapp's Introduction

AutoToken

Netlify Status MIT license Issues Forks Stars GitHub followers Open Source Love svg1

AutoToken is a DApp that allows people without technical skills to create their own tokens without needing to write code โœจ ๐Ÿš€

Try it out here ๐Ÿ’•

AutoToken

AutoToken is a no-code token generator that allows people from diverse backgrounds to create their tokens without needing to write any line of code.

AutoToken aims to offer its users the ability to create ERC-20, ERC-721 and ERC 1155 tokens. In order to do that, the user needs to connect. Today, many people have to write ethereum smart contracts to do that. their MetaMask wallet. Once connected, users will have access to all the features that exist on the dApp.

With this solution, users will be able to specify the properties of the token they would like to create, deploy smart contracts that create virtual tokens without needing to write any line of code and see a list of all the tokens they have.

To read more about this solution, read the whitepaper. ๐Ÿ’•๐Ÿ’•

Getting Started

This project uses Node dependencies. This means you would need to have npm or yarn installed. With this, you can get started with the following steps:

  1. Clone this project git clone [email protected]:AdoraNwodo/nocode-token-generator-dapp.git
  2. Launch and build the frontend and smart contract.

Frontend

The /frontend directory has all the frontend code (written in VueJS). To setup after cloning the repo, follow the steps:

  1. Switch to the frontend directory
cd frontend
  1. Install all dependencies by running
npm install
  1. You can run the app with this command:
npm run serve

Smart contract

  1. Switch to the smart-contract directory
cd smart-contract
  1. Install all dependencies by running
npm install
  1. Create a .env file in the root and add your provider API_URL and MetaMask PRIVATE_KEY
  2. Compile using hardhat
npx hardhat compile
  1. To deploy a contract, you can run the command below
npx hardhat run scripts/deployERC20.ts --network rinkeby

The command above deploys the ERC20Factory.sol contract and we use the Rinkeby Test Network. After deployment, you can copy the new contract address and use the contract in your frontend

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

MIT. Please see the license file for more information.

nocode-token-generator-dapp's People

Contributors

adoranwodo avatar dumebi avatar krishnasantosh avatar vuzzer avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.