Skip to content

Commit 64f94d0

Browse files
Update site URLs
1 parent 5d057f5 commit 64f94d0

File tree

245 files changed

+271
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+271
-276
lines changed

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
.DS_Store
2-
*/.DS_Store
3-
**/node_modules
1+
.DS_Store
2+
*/.DS_Store
3+
**/node_modules
4+
.idea

CONTRIBUTION.md

+2-2

README.md

+2-9

WELCOME.md

+1-1

ar-sa/1/contract_structure.md

+1-1

ar-sa/1/events.md

+1-1

ar-sa/1/external_internal_functions.md

+1-1

ar-sa/1/function_declarations.md

+1-1

ar-sa/1/introduction.md

+1-1

ar-sa/1/keccak256-and-typecasting.md

+1-1

ar-sa/1/mappings.md

+1-1

ar-sa/1/math_operations.md

+1-1

ar-sa/1/more_on_functions.md

+1-1

ar-sa/1/public_vars.md

+1-1

ar-sa/1/putting_it_together.md

+1-1

ar-sa/1/state_vars_and_ints.md

+1-1

ar-sa/1/structs.md

+1-1

ar-sa/1/working_with_structs.md

+1-1

ar-sa/2/addresses.md

+1-1

ar-sa/2/assert.md

+1-1

ar-sa/2/calling_a_contract.md

+1-1

ar-sa/2/comparison_operator.md

+1-1

ar-sa/2/empty.md

+1-1

ar-sa/2/init.md

+1-1

ar-sa/2/interfaces.md

+1-1

ar-sa/2/introduction.md

+1-1

ar-sa/2/msg-sender.md

+1-1

ar-sa/2/putting_it_together.md

+1-1

ar-sa/2/random_wild_pokemon.md

+1-1

ar-sa/2/wild_pokemons.md

+1-1

ar-sa/WELCOME.md

+1-1

custom/custom.css

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ section.cover .cover-main > p:last-child a:last-child {
212212

213213
.markdown-section a {
214214
font-weight: unset;
215+
color: #dcdca9;
215216
}
216217

217218
/* End custom markdown styling */

de/1/contract_structure.md

+1-1

de/1/events.md

+1-1

de/1/external_internal_functions.md

+1-1

de/1/function_declarations.md

+1-1

de/1/introduction.md

+1-1

de/1/keccak256-and-typecasting.md

+1-1

de/1/mappings.md

+1-1

de/1/math_operations.md

+1-1

de/1/more_on_functions.md

+1-1

de/1/public_vars.md

+1-1

de/1/putting_it_together.md

+1-1

de/1/state_vars_and_ints.md

+1-1

de/1/structs.md

+1-1

de/1/working_with_structs.md

+1-1

de/2/addresses.md

+1-1

de/2/assert.md

+1-1

de/2/calling_a_contract.md

+1-1

de/2/comparison_operator.md

+1-1

de/2/empty.md

+1-1

de/2/init.md

+1-1

de/2/interfaces.md

+1-1

de/2/introduction.md

+1-1

de/2/msg-sender.md

+1-1

de/2/putting_it_together.md

+1-1

de/2/random_wild_pokemon.md

+1-1

de/2/wild_pokemons.md

+1-1

de/WELCOME.md

+1-1

0 commit comments

Comments
 (0)