github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/r/x/README.md (about) 1 # `x/` Experimentation Area 2 3 Welcome to the `x/` directory, designed for experimentation. 4 5 Code in this area is less reviewed and more subject to change or break over 6 time. It's a great place to publish experiments and proposals for significant 7 challenges before they become an MVP and move to another directory. 8 9 While publishing code here provides core developers with more examples and edge 10 cases to work on through CI, consider alternative options such as working on 11 other repositories, keeping your work in a pull request, or exploring 12 [https://github.com/gnolang/hackerspace](https://github.com/gnolang/hackerspace) 13 for broader visibility and collaboration within the Gno community. 14 15 Exercise caution as code in this directory may be less stable or secure due to 16 its experimental nature. 17 18 Feel free to explore, experiment, and contribute to the exciting developments 19 happening in the `x/` directory. Together, we can shape the future of GnoVM.