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

Example (change account name and public key):

Below you'll see how to create a keypair

curl -X 'POST' \
  'https://faucet.eosnation.io/api/create?chain=kylin&account=heliosselene&key=EOS7npyU3nxstq9HumfSCVcmsFQxcy2cXtHhWMhXsPWAJWVtR9g9d' \
  -H 'accept: application/json' \
  -d ''

If that guy is giving you flack, try this guy: https://testnet-tools.eosargentina.io/kylin

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.

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?