You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,20 @@
1
1
# BEP20-Smart-Contract
2
2
## 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>
3
6
4
7
### Ussage of this template is free, no license provided.
5
8
6
9
<br>
7
10
11
+
### Simple 5 step setup tutorial:
12
+
8
13
1.#### Deploy, Test and Edit at:
9
14
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
0 commit comments