salmanbao / dapp-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dapp

This project demonstrates the deposits and withdrawals of erc20 from a smart contracts

Based On Package Manager

yarn || npm

Build smart contracts

<yarn|npm> build

Test smart contract

<yarn|npm> test

Deploy smart contract

<yarn|npm> deploy:network <network>

Run slither

<yarn|npm> slither

Deployed smart contract addresses

Dapp Contract

Topup Token Contract

About


Languages

Language:TypeScript 79.6%Language:Solidity 20.4%