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

Added Hardhat quickstart, reworked smart contracts section #78

Closed
wants to merge 50 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
a62e14b
Added Hardhat quickstart, reworked smart contracts section
jpop32 Jan 29, 2021
485b622
wording. nits
Feb 2, 2021
5e734ec
typos
Feb 2, 2021
5c20153
typos
Feb 2, 2021
52e53ad
Revamp C-Chain API documentation and add eth_getAssetBalance
aaronbuchwald Jan 29, 2021
75835bc
Cleanup eth_getAssetBalance description
aaronbuchwald Jan 29, 2021
26e46c8
Update bech32 docs and add regex.
cgcardona Jan 28, 2021
07870fc
Add missing list item.
cgcardona Jan 28, 2021
445825f
Address PR comment.
cgcardona Jan 28, 2021
fdf2064
nits
Jan 29, 2021
6d86d46
GitBook: [master] 5 pages and 19 assets modified
Feb 1, 2021
a69528a
GitBook: [master] 2 pages modified
Feb 1, 2021
849259c
GitBook: [master] one page modified
Feb 2, 2021
7995c34
Update install script to check for curl
jpop32 Feb 3, 2021
9e147f0
GitBook: [master] 7 pages modified
Feb 3, 2021
0a9a9a8
GitBook: [master] 5 pages modified
Feb 3, 2021
720365d
GitBook: [master] one page modified
Feb 4, 2021
12b3369
Updated script to handle if the binary is missing
jpop32 Feb 5, 2021
27f228c
add log
Feb 5, 2021
3208001
GitBook: [master] 2 pages and 20 assets modified
Feb 5, 2021
09de9ed
GitBook: [master] one page modified
Feb 5, 2021
a8b9944
Stakeable instead of stackeable.
cgcardona Feb 5, 2021
9e0708b
Update using-truffle-with-the-avalanche-c-chain.md
Devilla Feb 2, 2021
3a80bf4
Update using-truffle-with-the-avalanche-c-chain.md
Devilla Feb 2, 2021
be48bd9
GitBook: [master] 2 pages modified
Feb 8, 2021
5d589ba
GitBook: [master] 66 pages modified
Avalanche-Rocky Feb 8, 2021
b513251
GitBook: [master] one page modified
Feb 8, 2021
3e92d76
GitBook: [master] one page modified
Feb 9, 2021
2f98574
Add tutorial for connecting metamask to figment.
cgcardona Feb 9, 2021
761646b
* Remove description
cgcardona Feb 9, 2021
d05783e
rewordings/nits
Feb 9, 2021
0a92c13
Add "Integrate Figment and Metamask" tutorial to Summary.
cgcardona Feb 9, 2021
a0c2df8
Fix typo.
cgcardona Feb 9, 2021
40acae6
Add link to Figment/Metamask tutorial to smart digital assets README.
cgcardona Feb 10, 2021
0b17b79
tesnet -> testnet typo :)
pawelnguyen Feb 10, 2021
a8daafd
GitBook: [master] 2 pages modified
Feb 12, 2021
b265fe7
Remove Figment tutorial for now.
cgcardona Feb 18, 2021
9c305dd
GitBook: [master] 66 pages and 21 assets modified
jpop32 Feb 22, 2021
cae775d
GitBook: [master] 66 pages and 21 assets modified
jpop32 Feb 24, 2021
0df0e05
Add docs for admin.getChainAliases RPC
cgcardona Feb 25, 2021
62010a4
Remove link to RaspberryPi video tutorial
jpop32 Feb 25, 2021
be01bba
Update the url of ERC20PresetMinterPauser.sol
codewiz Feb 26, 2021
165b092
GitBook: [master] 3 pages and 2 assets modified
Avalanche-Rocky Feb 26, 2021
0ed20e1
GitBook: [master] one page modified
Feb 27, 2021
6adc033
update command line args
Mar 1, 2021
38cc6cf
typos
Mar 1, 2021
4319ace
typos
Mar 1, 2021
97e9ddd
add genesis arg
Mar 2, 2021
144037e
Updated version of Hardhat quickstart
jpop32 Mar 4, 2021
c966e94
nits
jpop32 Mar 4, 2021
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
Prev Previous commit
Next Next commit
GitBook: [master] 66 pages and 21 assets modified
  • Loading branch information
jpop32 committed Mar 4, 2021
commit cae775dcb30400a636a23e0081142cd9efc50e1c
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Go to [Avalanche Wallet](https://wallet.avax.network). Click `Access Wallet`, th

Click the `Send` tab on the left. For amount, select, `.002` AVAX. Enter the address of your node, then click `Confirm`.

![web wallet send tab](../.gitbook/assets/web-wallet-send-tab%20%284%29%20%284%29%20%285%29%20%285%29%20%286%29%20%287%29%20%284%29%20%284%29.png)
![web wallet send tab](../.gitbook/assets/web-wallet-send-tab%20%284%29%20%284%29%20%285%29%20%285%29%20%286%29%20%287%29%20%284%29%20%281%29%20%284%29.png)

We can check an address’s balance of a given asset by calling `avm.getBalance`, another method of the X-Chain’s API. Let’s check that the transfer went through:

Expand Down