near / fast-auth-signer

https://fast-auth-signer.vercel.app
MIT License
30 stars 9 forks source link

Replace RPC call with near-api-js when checking account existence #136

Open Pessina opened 9 months ago

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fast-auth-signer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 10, 2024 1:55pm
hcho112 commented 8 months ago

Is this PR still relevant? @Pessina

Pessina commented 8 months ago

Is this PR still relevant? @Pessina

I believe yes @hcho112 .

We will replace the RPC call and rely on the already implemented function in near-api-js simplifying the code and saving us some lines.

What do you think?