Here is a project we started about creating some CLI tools for Sputnik DAO v2. We want to provide an alternative for developers to deploy and manage sputnik DAO besides the current UI. Here are the functionalities that I found we can implement:
You will have to write in terminal something as: sputnikdao-cli list proposals --approved --daoAcc <near_id> and will get a list of proposals approved in the DAO account indicated.
Please review this table and I want to have your ideas. What else do you think is necessary in a tool like this? Is there something that I’m missing?
This part of my collaboration as a Developer in Residence (DiR) for NEAR Hispano Guild, we also have plans for creating educational content about the cli and the development process, be aware of them.
Thanks for sharing I’m really excited about this project, and I believe it’s related to the idea of Hacker DAOs, which enable “proof of hack” membership. That means interacting with near-cli to interact with purposeful v2 Sputnik DAOs by joining and contributing to the MetaBuild Hackathon DAO
A council of leaders in the NEAR Hackathon MetaGuild would vote on specific proposals to add registered participants to the “Hacker” role, enabling them to vote on certain types of proposals. This community of hackers may introduce a HACK token for incentivizing collaboration and creativity.
Maybe Hack DAO would allocate some HACK to attendees who ask good question during office hours? Or it could reward contributors for merged pull requests?
Your CLI tooling can be a great focal point as we build momentum toward interconnected Hacker DAOs coordinating development of the Sputnik DAO toolkit and other projects
Not intending to distract from the overall topic of this thread ~ keep an eye out for another post regarding opportunities to join hacker DAOs! All are welcome to register for the MetaBUIDL Hackathon and get started by forming teams here
Here is the link to the NPM package, still under testing but the first step was to save the sputnikdao command, improvements and final versions release will come in next days.
Here you can find last updates related to spuntikdao CLI for Sept 6 → 10, 2021 (Mexico City), now we are working in bounty and token voting lifecycle inside sputnikdao, all comments are welcome:
¡Hi people! we have sputnikdao-cli now live with version 0.1.0
-Is now possible to update policies through JSON file.
-Propose minting a new fungible token.
-Create and setup proposal for new staking contract.
-Propose a new bounty.
We are working in documentation but you can ask any question about usage or use sputnikdao -h command
This is awesome . Will definitely have some fun playing with this soon . Very helpful to have this as a guide for interacting with SputnikDAO through cli. Some of the functions I have been playing around with (claim from berry farm & mint/buy on Mintbase) would be much simpler to iterate through using cli on testnet .