Skip to content

silv3rh3ad/Token_TokiCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC20 Python, Brownie, Solidity

Prerequisites

Please install or have installed the following:

Installation

  1. Install Brownie, if you haven't already. Here is a simple way to install brownie.
pip install eth-brownie

Or, if that doesn't work, via pipx

pip install --user pipx
pipx ensurepath
# restart your terminal
pipx install eth-brownie
  1. Install ganache-cli
npm install -g ganache-cli

Quickstart

  1. Clone this repo
git clone https://github.com/silv3rh3ad/Token_TokiCoin.git
  1. Run a script
brownie run scripts\deploy_OurToken.py

About

Attempt to create an custom Token name TokiCoin !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published