Managing digital assets in Web3 has never been so simple. Forget about complications, difficult passwords, and confusing phrases
Sign In
Powered by
Get the code
Check your e-mail inbox and type the code you received
ID12345678910
Use Greg on the following networks
Offer your customers a secure and uncomplicated Web3 experience.
Sign up
Confirm your e-mail
Access your wallet (Your wallet is ready)
Immediate
At least 5 minutes
CoinLivre High-performance financial asset tokenization using blockchain technology.
NForests Blockchain-based platform designed to sell agroforestry carbon tokens.
SoulPrime Decentralized social network, in the Web 3.0 concept, developed to tokenize and reward time.
Greg facilitated the user's experience and entry into the Web3 and Blockchain universe, with just a few clicks you can trade cryptocurrencies quickly and simply.
CEO - CoinLivre
The onboarding with the team and the integration were very simple. Now, with one email, I offer wallets to all Soul users.
CEO - SoulPrime
Greg enabled accessibility in Web3, as it allows thousands of people to interact with the blockchain, delivering an amazing user experience.
Investment specialist
Integration with Greg is very easy, simple, and fast!
1
2
3
4
5
6
7
8
9
10
const config = {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ "email": email })
}
fetch('https://greg-api.blocklize.io/auth/requestLogin', config);
.then((response) => {
return response.ok ? "Email sent" : "Try again";
})