near / near-discovery

The homebase for Near Builders
https://dev.near.org
The Unlicense
49 stars 73 forks source link

Wallet Utilities (Send, Receive, Export) #1273

Closed calebjacob closed 3 months ago

calebjacob commented 3 months ago

Closes: https://github.com/near/near-discovery/issues/1265

Testing Note:

When my FastAuth account had less than 0.0001 NEAR, the export flow would fail when trying to import the generated access key in any wallet. I added 0.5 NEAR to the FastAuth account and retried the export flow and everything worked. There's probably a minimum amount of NEAR that's required for the whole flow to work, but I'm not quite sure what that value is at the moment.

Please feel free to test out the preview builds and leave any feedback: @nall-near @gagdiez @xuan-ytr @ewiner - thanks!

Screenshot 2024-08-01 at 2 44 27 PM Screenshot 2024-08-01 at 2 42 10 PM Screenshot 2024-08-01 at 2 42 14 PM Screenshot 2024-08-01 at 2 42 34 PM
vercel[bot] commented 3 months ago

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

Name Status Preview Comments Updated (UTC)
beta.near.org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 1:11pm
dev-near-org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 1:11pm
near-discovery-testnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 1:11pm
gagdiez commented 3 months ago

@calebjacob amazing! it worked perfectly

shelegdmitriy commented 3 months ago

I decided to add private mode for FAK in my last commit

calebjacob commented 3 months ago

Great idea - thanks for adding that @shelegdmitriy!