Creating CryptoKylin Account
Setting up a Kylin testnet account can sometimes be more an art than a science. If you have any issues please reach out to us.
Free Account
Create account using: https://faucet.eosnation.io/docs
Test accounts can only contain the characters a-z (lowercase), 1-5 and they must be 12 characters.
Example (change account name and public key):
curl -X 'POST' \
'https://faucet.eosnation.io/api/create?chain=kylin&account=heliosselene&key=EOS7npyU3nxstq9HumfSCVcmsFQxcy2cXtHhWMhXsPWAJWVtR9g9d' \
-H 'accept: application/json' \
-d ''Get Free tokens
Get 100 free EOS tokens / 24 hours
Example:
curl -X 'POST' \
'https://faucet.eosnation.io/api/send?chain=kylin&to=heliosselene' \
-H 'accept: application/json' \
-d ''Get DAPP Tokens
Enter your account here: https://kylin-dapp-faucet.liquidapps.io/
Setup Account
The following guide walks you through setting up an account, creating an EOSIO wallet with keosd, importing the private keys, buying RAM for your account, and staking EOS for CPU/NET so you can run transactions.
Setup
Create account
Below we will create a public/private key pair.
Be sure to save your wallet password!
Buy RAM, Stake CPU/NET
Now we will buy RAM so that we can deploy a smart contract, and we stake EOS for CPU/NET so that we can run transactions.
Set eosio.code permission
eosio.code allows a smart contract to sign actions itself, we will set this up under the active permission level.
Last updated
Was this helpful?