Skip to content

Commit c44356b

Browse files
authored
Initial commit
1 parent a91bbb7 commit c44356b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# BEP20-Smart-Contract
22
## Binance (BEP20) token simple smart contract template using Solidity
3+
#### This is not an finished project, it provides basic functionality and basic knowladge about building and deploying an smart contract on binance smart chain. Could be used as an quick start boilerplate.
4+
5+
<br>
36

47
### Ussage of this template is free, no license provided.
58

69
<br>
710

11+
### Simple 5 step setup tutorial:
12+
813
1. #### Deploy, Test and Edit at:
914
https://remix.ethereum.org/ <br>
10-
Create a new file called TokenName.sol, paste Token.sol file contents and there you have it!
15+
Create a new file called TokenName.sol, paste Token.sol file contents.
16+
set compiler version of solidity to token.sol file version
17+
and there you have it!
1118

1219
2. #### Get wallet at:
1320

@@ -30,3 +37,9 @@ https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-cha
3037
4. #### Get Binance TESTNET BNB on your wallet at:
3138

3239
https://testnet.binance.org/faucet-smart
40+
41+
5. #### Deploy your first contract & Play around and make your first transaction!
42+
1. To deploy the contract click 3rd icon [Deploy & Run Transactions]
43+
1. Select Injected Web3
44+
1. Connect with the metamask
45+
1. Click deploy

0 commit comments

Comments
 (0)