Authereum
Search…
Introduction
Getting started
Live demos
Dapps using Authereum
Install
Integration
Web3 provider
Ethers Signer
StarkWare Provider
SDK
API Keys
Batched transactions
Verifying signatures
Testing
Browser compatibility
Contributing
Bug reports
FAQ
Dictionary
On the Web
Telegram Admins
Assets
Powered By
GitBook
API Keys
Generating and using API Keys
⚠️ API keys are currently not being enforced but will be enforced in the near future!
Go to
authereum.com/dashboard
to get your api key to avoid being rate limited.
Include the API key in the configuration object when initializaing the Authereum SDK:
1
import
Authereum
from
'authereum
2
3
const
authereum
=
new
Authereum
({
4
networkName
:
'mainnet'
,
5
apiKey
:
'y7edbh5uw4eTpLg8JAk7tHdzfMOT6wlB'
6
})
7
8
await
authereum
.
login
()
Copied!
Previous
SDK
Next
Batched transactions
Last modified
1yr ago
Copy link