You will probably need build essential tools
# Ubuntu install build tools:
sudo apt-get install -y build-essential
### Keybase proof | |
I hereby claim: | |
* I am johnson1s on github. | |
* I am johnson1s (https://keybase.io/johnson1s) on keybase. | |
* I have a public key ASA3-nb2kVG-ttx34LVxNM8RoOEW4N_9IFNjC9s6D2SZaAo | |
To claim this, I am signing this object: |
// I made this gist in hopes that it is a good tutorial on creating, signing, | |
// and submitting a transaction using JS Stellar SDK. | |
// This gist assumes that you have: | |
// 1. Secret key of a funded account to be the source account | |
// 2. Public key of a funded account as a recipient | |
// 3. Access to JS Stellar SDK (https://github.com/stellar/js-stellar-sdk) | |
// This code can be run in the browser at https://www.stellar.org/developers/ | |
// That site exposes a global StellarSdk object you can use. |
<body class="darkmode"> | |
<nav class="main-menu"> | |
<div> | |
<div class="user-info"> | |
<img | |
src="https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/e5a707f4-d5ac-4f30-afd8-4961ae353dbc" | |
alt="user" /> | |
<p>Mia Taylor</p> | |
</div> | |
<ul> |