0.1.2 • Published 3 years ago

@thebettermint/registry v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

bettermint registry

Organizations looking to be apart of thebettermint ecosystem will need to register prior to being listed on the platform.

  • Licensed 501(c)(3) designation
  • Demonstrate a target audience for the donations
  • Contact information for donors looking for more information
  • Website with goals and mission statement
  • Plan for donations dispersement, time and to which wallets

If you are an organization looking to list, please fork this repo and follow the instructions below.

Instructions

Begin by forking this package. Once forked, add your organization to the registry.json saved in the /src directory. Inlude all of the following parameters for your organization:

FieldTypeDescription
namestringName of your organization
descriptionstringDescription including mission statement and goals
addressstringXRPL Address
imagestringURL to organization/initiative logo
urlstringURL to organization/initiative website
phonestringPhone number
mailingAddressstringEligible address
countrystringCountry of origin
EINnumberEmployer Identification Number
initativesnumberArray of donation initiatives

Save changes and create a pull request.

Example

        {
            "name":"Save the Whales",
            "description":"Our mission is to provide a more sustainable future for the whales",
            "address":"rpfBYsmNBB7Y6z7qHS8g26KE3y3hHaTxkq",
            "image":"https://github.com/thebettermint/registry/blob/a3fc4bad1c3eee86f52ed4eb2a873e54fbd8855a/src/assets/sample_logo.png",
            "url":"https://savethewhales.org",
            "phone":"555-555-5555",
            "mailingAddress":"4 Privet Drive, Little Whinging, Surrey",
            "country": "EN",
            "EIN":"12-3456789",
            "initatives": [
                    {
                        "title": "Save the Whales - Test",
                        "description": "This is the first test initiative, or funding round for the save the whales organization",
                        "tag": 123456,
                        "XAddress": "",
                        "start": 1655656869,
                        "end":1655656869
                    }
                ]
        }
0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago