gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source
https://gno.land/
Other
839 stars 342 forks source link

feat: add p/nestedpkg #2342

Open moul opened 2 weeks ago

moul commented 2 weeks ago

This package demonstrates a new access control pattern relying on package paths.

It considers that the #1107 feature is already implemented to rely on the built-in security.

You can see an ongoing usage in #2334.