spencerbh / BLX_chain_future

The Unlicense
0 stars 0 forks source link

Create custom proxy pallet #2

Open spencerbh opened 3 years ago

spencerbh commented 3 years ago

https://substrate.dev/rustdocs/v2.0.0/src/pallet_proxy/lib.rs.html#595

Motivation

Suggested Solution

alternatively the same features could be added by using provided/generic pallets at the runtime level and restricting most extrinsics in front end? but that would be less secure? bloat? gross? etc?

spencerbh commented 3 years ago

simple anonymous proxy utility added to claimer pallet. Now, need to swap out for APNtoken creation and tying in friendly name

spencerbh commented 3 years ago

name-service smashed into claimer pallet - compiling, currently dumpster fire burning HOT caution

need chain interaction to combine above bullets into 1 or 2 public facing extrinsics