Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add erc20 docs #689

Closed
Closed
Show file tree
Hide file tree
Changes from 94 commits
Commits
Show all changes
108 commits
Select commit Hold shift + click to select a range
60a13d9
start code comments
andrew-fleming Aug 5, 2023
2448685
start doc update
andrew-fleming Aug 7, 2023
f56af7e
fix typo
andrew-fleming Aug 7, 2023
6347a9a
finish internal descriptions
andrew-fleming Aug 7, 2023
558bcaf
fix comments
andrew-fleming Aug 9, 2023
fe29497
finish api
andrew-fleming Aug 9, 2023
76b2196
add spdx to containing items comments
andrew-fleming Aug 9, 2023
fe66ebc
reorder heading
andrew-fleming Aug 9, 2023
91ba2fd
Apply suggestions from code review
andrew-fleming Aug 14, 2023
bf7926b
add panics
andrew-fleming Aug 15, 2023
e9bde43
update compatibility, fix TState
andrew-fleming Aug 15, 2023
3c1fea2
fix returns format
andrew-fleming Aug 20, 2023
f3d4c08
clean up api
andrew-fleming Aug 20, 2023
69b28df
add panics to description
andrew-fleming Aug 20, 2023
ea8c849
fix allowance descriptions
andrew-fleming Aug 20, 2023
11be6ee
fix spdx
andrew-fleming Aug 22, 2023
fb213ec
clean up comments
andrew-fleming Aug 22, 2023
eccd232
add safety section for _spend_allowance
andrew-fleming Aug 22, 2023
943be87
fix link
andrew-fleming Aug 22, 2023
0e8b2c1
Apply suggestions from code review
andrew-fleming Aug 22, 2023
c129b55
remove redundant line
andrew-fleming Aug 22, 2023
a0711a8
fix starknet casing
andrew-fleming Aug 22, 2023
a6b65a6
remove Returns section
andrew-fleming Aug 22, 2023
73d5051
remove headers, update refs
andrew-fleming Aug 22, 2023
c0f28a9
change code block to js
andrew-fleming Aug 22, 2023
12bc1ae
fix non-standard api
andrew-fleming Aug 22, 2023
94334e2
fix formatting
andrew-fleming Aug 22, 2023
3476bf5
fix preset link
andrew-fleming Aug 22, 2023
898bfe5
remove panic sections
andrew-fleming Aug 22, 2023
c02d593
add overview paragraph
andrew-fleming Aug 22, 2023
caa32ca
add erc20 api
andrew-fleming Aug 24, 2023
e0cf3bf
add api dir
andrew-fleming Aug 24, 2023
836c604
refactor erc20 docs
andrew-fleming Aug 24, 2023
aef044a
change interface format, clean up links
andrew-fleming Aug 25, 2023
d8eb2da
clean up links
andrew-fleming Aug 25, 2023
25bf545
remove toc
andrew-fleming Aug 25, 2023
f670734
add toc
andrew-fleming Aug 25, 2023
93d7f13
Update docs/modules/ROOT/pages/erc20.adoc
andrew-fleming Sep 5, 2023
0b92757
move and fix warning
andrew-fleming Sep 5, 2023
391e28f
add sidebar collapse
andrew-fleming Sep 6, 2023
a910971
nest api in erc20 section
andrew-fleming Sep 6, 2023
e387c7a
add internals and update api
andrew-fleming Sep 7, 2023
3524d78
add erc20 supply guide
andrew-fleming Sep 8, 2023
f39a001
fix preset order
andrew-fleming Sep 8, 2023
871373e
fix decimals comment
andrew-fleming Sep 8, 2023
719c73e
Merge branch 'cairo-2' into add-erc20-docs
andrew-fleming Sep 12, 2023
0654e4a
Apply suggestions from code review
andrew-fleming Sep 12, 2023
e58b3e5
remove preset section sentence
andrew-fleming Sep 12, 2023
058c29e
change theme to dark
andrew-fleming Sep 12, 2023
bd1554f
remove types from ierc20 list
andrew-fleming Sep 12, 2023
e89eadd
add erc20camel api
andrew-fleming Sep 12, 2023
108dfbf
add function headers
andrew-fleming Sep 12, 2023
396ed19
fix camel func type
andrew-fleming Sep 12, 2023
4d01b98
add usage section
andrew-fleming Sep 13, 2023
cf4d911
add selector calculation difference
andrew-fleming Sep 13, 2023
42a6baf
remove toc
andrew-fleming Sep 13, 2023
a2773d0
add warning to example
andrew-fleming Sep 13, 2023
fec2cac
fix comment
andrew-fleming Sep 13, 2023
3a3defc
fix _mint comment
andrew-fleming Sep 13, 2023
64b1d5e
add warning to example
andrew-fleming Sep 14, 2023
2065725
remove internal and external headings
andrew-fleming Sep 14, 2023
7b60c06
fix ierc20
andrew-fleming Sep 14, 2023
84a7724
fix _transfer description
andrew-fleming Sep 14, 2023
e3de233
change panics to requirements
andrew-fleming Sep 14, 2023
f025056
fix _approve description
andrew-fleming Sep 14, 2023
d6c8314
fix highlight
andrew-fleming Sep 14, 2023
f2f9733
fix usage sentence
andrew-fleming Sep 14, 2023
2758103
add custom decimals doc
andrew-fleming Sep 14, 2023
f671712
fix conflicts
andrew-fleming Sep 14, 2023
a8d6279
Apply suggestions from code review
andrew-fleming Sep 15, 2023
87d76d6
change two colons to hyphen
andrew-fleming Sep 15, 2023
c4bac1d
move decimals section to main page
andrew-fleming Sep 15, 2023
416a194
remove unused links
andrew-fleming Sep 15, 2023
132b51b
normalize ids
andrew-fleming Sep 15, 2023
0ac1709
fix code block
andrew-fleming Sep 15, 2023
fd6d369
fix intro paragraph
andrew-fleming Sep 15, 2023
f7e3361
simplify sentence
andrew-fleming Sep 15, 2023
e00e04a
fix example
andrew-fleming Sep 15, 2023
4ff0a00
fix comment
andrew-fleming Sep 18, 2023
d3ad5d5
add parenthesis
andrew-fleming Sep 18, 2023
b9c790d
add headings in api
andrew-fleming Sep 20, 2023
e00f84d
fix conflicts
andrew-fleming Sep 20, 2023
4691b79
remove underscore from name_ and symbol_
andrew-fleming Sep 20, 2023
004edb6
Apply suggestions from code review
andrew-fleming Sep 22, 2023
84f8811
move non-standard items under ierc20
andrew-fleming Sep 22, 2023
163e4c2
change ierc20 interface to erc20 abi
andrew-fleming Sep 23, 2023
5d227a9
add description to interface
andrew-fleming Sep 24, 2023
3237963
remove presets and extensions
andrew-fleming Sep 24, 2023
0044854
fix conflicts
andrew-fleming Sep 24, 2023
d137ed9
Apply suggestions from code review
andrew-fleming Sep 24, 2023
500863f
add decimals warning
andrew-fleming Sep 25, 2023
9a03b5e
fix api refs
andrew-fleming Sep 25, 2023
9edba13
fix differences sentence
andrew-fleming Sep 26, 2023
6c39d25
Apply suggestions from code review
andrew-fleming Sep 26, 2023
2e73728
move reqs to abi
andrew-fleming Sep 27, 2023
8fd829b
fix links
andrew-fleming Sep 27, 2023
e47f1d5
fix internal func descriptions
andrew-fleming Sep 27, 2023
703edc4
Apply suggestions from code review
andrew-fleming Sep 27, 2023
0af205d
move decimals warning
andrew-fleming Sep 27, 2023
dda0243
fix selectors sentence
andrew-fleming Sep 27, 2023
36fd1aa
remove grayed-out subsections
andrew-fleming Sep 27, 2023
5fc949b
fix descriptions
andrew-fleming Sep 27, 2023
bf79128
Apply suggestions from code review
andrew-fleming Sep 29, 2023
9cf4d78
add dual interface link, edit compatibility section
andrew-fleming Sep 29, 2023
256dc49
reorder internal fns
andrew-fleming Sep 29, 2023
5f86f8e
fix non-standard order
andrew-fleming Sep 29, 2023
c4082a1
fix conflicts
andrew-fleming Sep 29, 2023
b726038
fix formatting
andrew-fleming Sep 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@

// * xref:access.adoc[Access Control]

// * Tokens
// ** xref:erc20.adoc[ERC20]
* Tokens
** xref:erc20.adoc[ERC20]
*** xref:/guides/erc20-supply.adoc[Creating Supply]
*** xref:/api/erc20.adoc[API Reference]
// ** xref:erc721.adoc[ERC721]
// ** xref:erc1155.adoc[ERC1155]

Expand Down
Loading